
19 Oct
2010
19 Oct
'10
12:51 p.m.
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