Ok, I am evaluating HDBC. I wrote a simple test program:<br><br>import Database.HDBC<br>import Database.HDBC.PostgreSQL<br><br>main = do<br>&nbsp; db &lt;- connectPostgreSQL &quot;dbname=Test user=postgres password=&#39;mypass&#39;&quot;
<br>&nbsp; putStrLn &quot;done&quot;<br><br>when I run it I get the following error:<br><br>db: exception :: Database.HDBC.SqlError<br><br>Can I get a more specific error? Is there a way to inspect this exception more deeply?
<br>
<br>thanks,<br><span class="sg">-g.</span><br clear="all"><br>-- <br><a href="http://www.me.gr">http://www.me.gr</a><br><a href="http://phidz.com">http://phidz.com</a><br><a href="http://blog.gmosx.com">http://blog.gmosx.com
</a><br><a href="http://cull.gr">http://cull.gr</a><br><a href="http://www.joy.gr">http://www.joy.gr</a><br><a href="http://nitroproject.org">http://nitroproject.org</a>