[Haskell-cafe] Re: HDBC/ODBC using mysql appears broken...
John Goerzen
jgoerzen at complete.org
Thu Nov 4 15:41:14 EDT 2010
On 11/04/2010 01:39 PM, Neil Davies wrote:
> Hi
>
> I've been trying to get the "hello world" example below to work:
>
> main = do
> db<- connectODBC connect'string
> get Tables db>>= print
I wonder if you might try something other than getTables, which requires
some metadata support on the backend? Some simple inserts orselects,
perhaps?
More information about the Haskell-Cafe
mailing list