Re: How to improve PgSql Performance using npgsql

From: "Hilco Wijbenga" <hilco(dot)wijbenga(at)gmail(dot)com>
To: "Venkat Rao Tammineni" <vtammineni(at)roulacglobal(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: How to improve PgSql Performance using npgsql
Date: 2008-12-25 07:54:57
Message-ID: e95b15950812242354t46409800k4cfcac09761525be@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

2008/12/24 Venkat Rao Tammineni <vtammineni(at)roulacglobal(dot)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.

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Karl Denninger 2008-12-25 19:35:08 SQL syntax I've been unable to figure out....
Previous Message Venkat Rao Tammineni 2008-12-25 06:39:35 How to improve PgSql Performance using npgsql