作者:易心 日期:2007-5-24 0:0:0
$show_copyright$$show_adscnthead$SqlDataAdapter对象Fill方法使用
SqlDataAdapter d=new SqlDataAdapter(cmd)
第一种:
d.Fill(ds,"t")
第二种:
d.Fill(ds,1,100,"t")
注:第二个参数是起始行,第三个参数是页面大小。$show_adscntbottom$
技术文章 |
作者:易心 日期:2007-5-24 0:0:0
$show_copyright$$show_adscnthead$一、特点介绍
1、表示用于填充 DataSet 和更新 SQL Server 数据库的一组数据命令和一个数据库连接。
2、在SqlDataAdapter和DataSet之间没有直接连接。......$show_adscntbottom$
技术文章 |




