Ok, I am evaluating HDBC. I wrote a simple test program:

import Database.HDBC
import Database.HDBC.PostgreSQL

main = do
 db <- connectPostgreSQL "dbname=Test user=postgres password='mypass'"
 putStrLn "done"

when I run it I get the following error:

db: exception :: Database.HDBC.SqlError

Can I get a more specific error? Is there a way to inspect this exception
more deeply?

thanks,
-g.

--
http://www.me.gr
http://phidz.com
http://blog.gmosx.com
http://cull.gr
http://www.joy.gr
http://nitroproject.org
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to