R
Rob
I have a simple application consisting of about 4 forms and a few db
connections...
I would like to make sure that I have done proper clean up when the user
exits the application.
For all connections I have included a...
cnn,Close()
cnn.Dispose()
Is there something similar that should be done wth Forms ? or variables
within a Sub routine ? or Command objects ? or Datasets ? or DataAdapters ?
Is there some standard code that can be used as a "clean-up catch-all" ?
Thanks !
connections...
I would like to make sure that I have done proper clean up when the user
exits the application.
For all connections I have included a...
cnn,Close()
cnn.Dispose()
Is there something similar that should be done wth Forms ? or variables
within a Sub routine ? or Command objects ? or Datasets ? or DataAdapters ?
Is there some standard code that can be used as a "clean-up catch-all" ?
Thanks !