[Haskell-cafe] HaskellDB/ODBC/MySQL issue

2010-10-19 Thread Neil Davies
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

Re: [Haskell-cafe] HaskellDB/ODBC/MySQL issue

2010-10-19 Thread Christopher Done
On 19 October 2010 18:51, Neil Davies semanticphilosop...@gmail.com wrote: 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