Re: How to improve PgSql Performance using npgsql - Mailing list pgsql-sql

From Hilco Wijbenga
Subject Re: How to improve PgSql Performance using npgsql
Date
Msg-id e95b15950812242354t46409800k4cfcac09761525be@mail.gmail.com
Whole thread Raw
In response to How to improve PgSql Performance using npgsql  ("Venkat Rao Tammineni" <vtammineni@roulacglobal.com>)
List pgsql-sql
2008/12/24 Venkat Rao Tammineni <vtammineni@roulacglobal.com>:
<snip/>
>             try
>             {
>                 pgSqlConnection.Open();
>             }
>             catch (Exception exp)
>             {}
<snip/>

I don't think you've really given enough information for anyone to
answer your question but at the very least you shouldn't just ignore
your exceptions. Maybe something fails but you'll never know.


pgsql-sql by date:

Previous
From: "Venkat Rao Tammineni"
Date:
Subject: How to improve PgSql Performance using npgsql
Next
From: Karl Denninger
Date:
Subject: SQL syntax I've been unable to figure out....