ADO.NET名称起源于ADO(ActiveX Data Objects),是一个COM组件库,用于在遗忘的Microsoft技术中访问数据。之所以使用这个名称,是因为Microsoft希望表明,这是在NET编程环境中优先使用的数据访问接口。说白了,ADO.NET及时一个类库,里面包含很多对象和类,用来实现程序访问数据库的功能。 ADO.NET类库位于System.Data.dll中,所
ADO.NET的名称起源于ADO(ActiveX Data Objects),是一个COM组件库,用于在以往的Microsoft技术中访问数据库。之所以使用ADO.NET名称,是因为Microsoft希望表明,这是在NET变成环境中优先使用的数据访问接口。作为.NET框架重要的组件之一,ADO.NET扮演着应用程序与数据交互的重要的角色。下面就来了解一下 ADO.NET。 一、什么
using System; using System.Collections.Generic; using System.Linq; using System.Text; //引入两个命名空间 using System.Data; using System.Data.SqlClient; namespace MyFriends { class DBHelper {
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using System.Data.SqlClient; namespace DB { //DBHelper实例模板 cl