I used to make connection object every time, then
I open it and after doing it I Close it. This take lot of time. Is there anyway to get rid off this. In Windows Application ()
I used to make connection object every time, then I open it and after
Share
If you are using ADO.NET you could take advantage of the connection pool to avoid opening and closing a physical database connection everytime you want to send a query.