Hi
I can't seem to get the combination of HaskellDB/ODBC/MySQL to even get off the
ground, example:
import OmlqDBConnectData (connect'options)
import Database.HaskellDB
import Database.HaskellDB.HDBC.ODBC (odbcConnect)
import Database.HaskellDB.Sql.MySQL (generator)
main = odbcConnect generator connect'options
$ \db -> tables db >>= print
gives me
Prelude.(!!): index too large
Suggestions?
Cheers
Neil
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe