单选题在ADO.NET中,使用()对象来创建和管理数据库的连接。AcommandBdatareaderCdataadapterDconnection
单选题
在ADO.NET中,使用()对象来创建和管理数据库的连接。
A
command
B
datareader
C
dataadapter
D
connection
参考解析
解析:
暂无解析
相关考题:
在使用ADO.NET设计数据库应用程序时,可通过设置Connection对象的_______属性来指定连接到数据库时的用户和密码信息. A.Connection StringB.Data SourceC.User InformationD.Provider
在使用ADO.NET 设计数据库应用程序时,可通过设置Connection 对象的()属性来指定连接到数据库时的用户和密码信息。AConnectionStringBDataSourceCUserInformationDProvider
在使用ADO.NET编写连接到SQL Server 2005数据库的应用程序时,从提高性能角度考虑,应创建()类的对象,并调用其Open方法连接到数据库。A、ConnectionB、SqlConnectionC、OleDbConnectionD、OdbcConnection
在ADO.NET中,DataAdapter()A、是一个数据容器,可以把从数据库中取得的数据存在应用程序中B、负责与数据库的连接C、映射数据库的表和视图在Web服务器进行本地存储D、是DataSet对象和数据库之间的桥梁
在使用权ado.net设计数据库应用程序时,通过设置connection对象的()属性来指定连接到数据库时的用户和密码信息.A、userinformationB、datasourceC、PROVIDERD、connectionstring
在使用ADO.NET 设计数据库应用程序时,可通过设置Connection 对象的()属性来指定连接到数据库时的用户和密码信息。A、ConnectionStringB、DataSourceC、UserInformationD、Provider
单选题在使用ADO.NET 设计数据库应用程序时,可通过设置Connection 对象的()属性来指定连接到数据库时的用户和密码信息。AConnectionStringBDataSourceCUserInformationDProvider
单选题在使用ADO.NET编写连接到SQL Server 2005数据库的应用程序时,从提高性能角度考虑,应创建()类的对象,并调用其Open方法连接到数据库。AConnectionBSqlConnectionCOleDbConnectionDOdbcConnection
单选题在使用权ado.net设计数据库应用程序时,通过设置connection对象的()属性来指定连接到数据库时的用户和密码信息.AuserinformationBdatasourceCPROVIDERDconnectionstring
问答题SqlCommand对象在ADO.NET中,有两种操作数据库的方式