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
 
Back
Top