A.Connection String
B.Data Source
C.User Information
D.Provider
第1题:
在访问数据库时,为建立实际的网络连接,把URL、数据库用户名和密码传给Driver- Manager的方法是
A.getconnection( )
B.getConnection( )
C.Connection( )
D.connection( )
第2题:
在ADO.NET中,执行数据库的某个存储过程,则至少需要创建()并设置它们的属性,调用合适的方法。
A一个Connection 对象和一个Command对象
B一个Connection 对象和DataSet对象
C一个Command 对象和一个DataSet对象
D一个Command 对象和一个DataAdapter对象
第3题:
9、在使用ADO.NET设计数据库应用程序时,可通过设置Connection对象的()属性来指定连接到数据库的用户名和密码信息。
第4题:
在使用ADO.NET 设计数据库应用程序时,可通过设置Connection 对象的()属性来指定连接到数据库时的用户和密码信息。
AConnectionString
BDataSource
CUserInformation
DProvider
第5题:
【单选题】在使用ADO.NET编写连接到SQL Server数据库的应用程序时,应创建()类的对象,并调用其Open方法连接到数据库。
A.Connection
B.SqlConnection
C.OleDbConnection
D.OdbcConnection