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?
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to