第五课 使用断开数据--DataSet和SqlDataAdapter(翻译)[6]

[入库:2006年2月23日] [更新:2007年3月24日]

本文简介:

  1. Open connection
  2. Write changes from DataSet to data source
  3. Close connection

1.           打开连接

2.           DataSet中的改变写入数据源

3.           关闭数据源

In between the Fill and Update operations, data source connections are closed and you are free to read and write data with the DataSet as you need.  These are the mechanics of working with disconnected data.  Because the applications holds on to connections only when necessary, the application becomes more scalable.

本文关键:第五课 使用断开数据--DataSet和SqlDataAdapter(翻译)
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top