From: Mark W. <mwa...@bi...> - 2005-04-21 12:26:04
|
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 wxhaskell 0.9/GHC 6.2.2 Cheers Mark |