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.