搜索资源列表
DataAdapter
- 使用DataAdapter对数据库进行操作 将SQL-search.aspx程序可改为使用DataAdapter对数据库进行操作. 程序使用"Dim objAdapt As New OleDbDataAdapter(strcmd,objCon)"创建了DataAdapter对象。-Use DataAdapter to operate the database The SQL-search.aspx program can be changed using the DataAdapte
