[Haskell-cafe] Use MySQL from Haskell

Maciej Podgurski maciej.podgurski at googlemail.com
Fri Jun 19 14:11:41 EDT 2009


Does Database.HDBC.getTables work for you? I successfully created a new 
table and selected data from a database but getTables always returns an 
empty list (what is not a big problem since a query "show tables" works 
fine).

Besh wishes,
Maciej


W dniu 19.06.2009 13:50 Daniel van den Eijkel pisze:
> The same with me - I'm on XP, and HDBC-odbc is the library I got 
> running to access the MySQL database.
> Regards,
> Daniel
>
>
> Michael Snoyman schrieb:
>> Marciej,
>>
>> I went the HDBC route and got the same problem. Although it does not 
>> seem to be officially blessed, try installing the time-1.1.3 package. 
>> It's working for me at least, which I know is a dubious recommendation.
>>
>> Also, I am currently using the hdbc-odbc package for accessing MySQL. 
>> I couldn't get hdbc-mysql to work properly. I hope that once I get 
>> this project working right, I'll have a chance to dig into the 
>> hdbc-mysql issue itself.
>>
>> Good luck!
>>
>> Michael   



More information about the Haskell-Cafe mailing list