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++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

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