[Haskell-cafe] Use MySQL from Haskell
Maciej Podgurski
maciej.podgurski at googlemail.com
Fri Jun 19 20:27:02 EDT 2009
Hi Daniel,
I use HDBC-2.1.1 + HDBC-odbc-2.1.0.0 with GHC 6.8.3 and MySQL Server 5.1
on XP. The hsql equivalent Database.HSQL.tables works as expected.
Best wishes,
Maciej
W dniu 20.06.2009 01:16 Daniel van den Eijkel pisze:
> Hi Maciej,
>
> Database.HDBC.getTables works fine here (XP, ghc 6.10.2, HDBC-2.1.0,
> HDBC-ODBC-2.1.0.0) - it gives me the list of all tablenames, as
> intended. Which HDBC version do you use?
>
> best regards,
> daniel
>
>
> Maciej Podgurski schrieb:
>> 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
More information about the Haskell-Cafe
mailing list