2008/12/24 Venkat Rao Tammineni <[email protected]>: <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. -- Sent via pgsql-sql mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-sql
