connection about sqlcedataadapter

  • Thread starter Thread starter Victor
  • Start date Start date
V

Victor

hi guys
i have a quick question here. will sqlceadatper automatically close the
connection after i finish a sqlceadapter.update()
cheers
victor
 
This depends on the state prior to using the DataAdapter, if the connection
was previously open it will be left open, if it was closed then the
DataAdapter should close the connection for you.

Peter
 

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