ado.net

通用类对象。在本地内存暂存数据

托管类对象。让本地通用类对象连接数据库,让本地通用类对象和数据库同步

  • 连接数据库
new connection(connectstring)
command=newconnection.createcommand 
  • 用command或dataset类对象读取、添加、更新、删除数据
  • 用datasetview或datatable.params类对象筛选数据
  • 用table类对象保存读取xml文件

最新文章

  1. 新版startssl 免费SSL证书申请 (实测 笔记 https http2 必要条件)
  2. Div和Span标签显示与隐藏
  3. 两个升序链表的合并 Merge Two Sorted Lists 【 leetcode】
  4. android-Service和Thread的区别
  5. linux中fork()函数详解
  6. ThinkPHP 单字母函数整理
  7. Powershell导入订阅号(以Azure中国版为例)
  8. [c++]程序的内存划分理解
  9. Qt Add ons Modules(听说QtSystem有接口可以获取 imei号)
  10. 启动mySQL安装出现1067错误
  11. python之爬虫
  12. SQL2005清空删除日志
  13. Java基础static的探究
  14. 前端下拉框选择和动态生成调用div
  15. 再整合ssh时,关于Spring IOC注入问题
  16. VMware Ubuntu蓝屏问题解决
  17. run as gradle test,未执行@Test中的内容(待解决)
  18. ES系列十一、ES的index、store、_source、copy_to和all的区别
  19. Docker 容器生命周期管理命令
  20. 熟悉下apple 马甲包

热门文章

  1. C语言 内存
  2. java命令行调用本地文件协议hikvideoclient://
  3. System.ServiceProcess.TimeoutException: Time out has expired and the operation has not been completed.
  4. JAVA动手动脑及课后作业
  5. Python 字符串(center)
  6. Executors提供的四种线程池
  7. IntelliJ idea 的破解
  8. DataStructure.BloomFilter
  9. How to ignore files and directories in subversion?
  10. Writing modular applications with laravel-modules