dispose()

  • Thread starter Thread starter Sam
  • Start date Start date
S

Sam

how to dispose connection pooling when aspx is discontinued?

In VB, the syntax is unload but how about aspx ?
 
Hmm, you have to dispose the connection as soon as you've finished using it,
example:
open connection
load data
close connection.

You don't need an unload event.
Does this answer your question?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top