From: Mark W. <mwa...@bi...> - 2004-12-11 07:32:01
|
Hi, I'm having a problem with the database access functionality.=20 If I do: *Main> do info <- dbGetDataSourceInfo "mysql" "root" "root"; print info I get: *** Exception: user error (Database error: DbError {dbErrorMsg =3D "", = dbDataSource =3D "mysql", dbErrorCode =3D DB_FAILURE, dbNativeCode =3D = 0, dbSqlState =3D ""}) *Main>=20 I have an excel datasource which returns the same error. I can access the same MySQL ODBC datasource with the same userid and = password using Ruby. I'm using 0.8. =20 Cheers Mark |