c# - Is it possible to check whether the connection to a SQL database exists before opening the connection? -



c# - Is it possible to check whether the connection to a SQL database exists before opening the connection? -

is possible check if there connection sql database exists before opening new connection?

thats why connection pooling exists for. checks , if not - re-open it.

also can check in web.config existing entry,.

c# sql

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - cuda, pycuda -- how to write complex numbers -- errors:class "cuComplex" has no member "i" -

How do I check if an insert was successful with MySQLdb in Python? -