在ADO.NET中,使用()对象来创建和管理数据库的连接。A、commandB、datareaderC、dataadapterD、connection
在ADO.NET中,使用()对象来创建和管理数据库的连接。
- A、command
- B、datareader
- C、dataadapter
- D、connection
相关考题:
在使用ADO.NET设计数据库应用程序时,可通过设置Connection对象的_______属性来指定连接到数据库时的用户和密码信息. A.Connection StringB.Data SourceC.User InformationD.Provider
下列关于ADO.NET中各对象的说法不正确的是()。A.Connection对象用于实现和数据源的连接B.Command对象用于完成对数据库的操作C.DataReader对象可用于完成数据记录的增加、删除、修改和查询D.DataAdapter对象用于实现数据源和DataSet对象的连接 8
在使用ADO.NET 设计数据库应用程序时,可通过设置Connection 对象的()属性来指定连接到数据库时的用户和密码信息。AConnectionStringBDataSourceCUserInformationDProvider
在使用ADO.NET编写连接到SQL Server 2005数据库的应用程序时,从提高性能角度考虑,应创建()类的对象,并调用其Open方法连接到数据库。A、ConnectionB、SqlConnectionC、OleDbConnectionD、OdbcConnection
在ADO.NET中,DataAdpter对象使用下列哪个Command属性从数据源中删除记录?()A、Insert CommandB、Update CommandC、Select CommandD、Delete Command
DataSet对象的主要数据是ADO.NET的核心对象,用于向.NET程序提供数据,DataSet的主要数据来源于()。A、DatareaderB、connectionC、DataAdapterD、Command
在使用权ado.net设计数据库应用程序时,通过设置connection对象的()属性来指定连接到数据库时的用户和密码信息.A、userinformationB、datasourceC、PROVIDERD、connectionstring
在使用ADO.NET 设计数据库应用程序时,可通过设置Connection 对象的()属性来指定连接到数据库时的用户和密码信息。A、ConnectionStringB、DataSourceC、UserInformationD、Provider
单选题在使用ADO.NET 设计数据库应用程序时,可通过设置Connection 对象的()属性来指定连接到数据库时的用户和密码信息。AConnectionStringBDataSourceCUserInformationDProvider
单选题在使用权ado.net设计数据库应用程序时,通过设置connection对象的()属性来指定连接到数据库时的用户和密码信息.AuserinformationBdatasourceCPROVIDERDconnectionstring
单选题在ADO.NET中,用来与数据源建立连接的对象是()A Connection对象B Command对象C DataAdapter对象D DataSet对象