C
Chakra
This is a newbie question. Why do we typically open a ADO.NET connection,
run a ExecuteNonQuery and close it for every DML statement ? Is it not
possible for an application to open the database connection once at start of
application, use that connection throughout that instance of the
application, and close it at the end of the application ?
run a ExecuteNonQuery and close it for every DML statement ? Is it not
possible for an application to open the database connection once at start of
application, use that connection throughout that instance of the
application, and close it at the end of the application ?