W
wackyphill
When connecting to a SQL Server DB I Open the connection and close it
after doing what needed to be done and it stays Closed until I need it
again.
But..I've noticed that I can't drop the database until my program exits
even though I know the Connection had been closed.
So is SqlConneection.Close() not a real Close?
after doing what needed to be done and it stays Closed until I need it
again.
But..I've noticed that I can't drop the database until my program exits
even though I know the Connection had been closed.
So is SqlConneection.Close() not a real Close?