码迷,mamicode.com
首页 > Web开发 > 详细

ADO.NET

时间:2015-10-08 14:33:53      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:

ADO.NET

  ADO.NET provides consistent access to data sources such as SQL Server and XML, and to data sources exposed through OLE DB and ODBC.

  Data-sharing consumer applications can use ADO.NET to connect to these data sources and retrieve, handle, and update the data that they contain.

  The ADO.NET classes are found in System.Data.dll, and are integrated with the XML classes found in System.Xml.dll.

   ADO 是目前在Windows环境中比较流行的客户端数据库编程技术。ADO是建立在OLE DB底层技术之上的高级编程接口,因而它兼具有强大的数据处理功能(处理各种不同类型的数据源、分布式的数据处理等等)和极其简单、易用的编程接口,因而得到了广泛的应用。而且按微软公司的意图,OLE DB和ADO将逐步取代 ODBC和DAO。

  待补充。。。

参考:http://www.w3school.com.cn/ado/index.asp

ADO.NET

标签:

原文地址:http://www.cnblogs.com/tekkaman/p/4860892.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!