ADO.NET中五大对象是Connection、()、()、()和()
第1题:
ADO.NET中包含的对象有Connection对象、Command对象、DataReader对象、DataAdapter对象、DataSet对象。
此题为判断题(对,错)。
第2题:
第3题:
下列哪个类型的对象是ADO.NET在非连接模式下处理数据内容的主要对象?()
第4题:
建立Connection对象是采用Server对象的()方法进行的。
第5题:
在ADO.NET中,用来与数据源建立连接的对象是()
第6题:
在ADO.NET中,通过执行Command对象的ExecuteReader方法返回的DataReader对象是一种()。
第7题:
Connection对象
Command对象
DataAdapter对象
DataSet对象
第8题:
Add the following parameter to the connection string: Integrated Security=true; PersistSecurityInfo=true;
Add the following parameter to the connection string: Integrated Security=SSPI;
Add the following parameter to the connection string: Integrated Security=SSPI; PersistSecurityInfo=yes;
Add the following parameter to the connection string: Integrated Security=true;
第9题:
userinformation
datasource
PROVIDER
connectionstring
第10题:
Registry
ConfigurationManager(配置文件)
SqlAdapter(是ADO.NET里的)
FormsAuthentication
第11题:
第12题:
第13题:
在ADO.NET中,要执行一条添加数据的SQL命令,必须创建的对象是( )。
A.一个Command对象和一个DataAdapter对象 B.一个Connection对象和一个DataSet对象 C.一个Command对象和一个DataSet对象 D.一个Connetction对象和一个Command对象
第14题:
在使用ADO.NET 设计数据库应用程序时,可通过设置Connection 对象的()属性来指定连接到数据库时的用户和密码信息。
AConnectionString
BDataSource
CUserInformation
DProvider
第15题:
在ADO.NET中,使用()对象来创建和管理数据库的连接。
第16题:
You work as an application developer at Contoso.com. You use Microsoft .NET Framework 3.5 and Microsoft ADO.NET to develop an application. The user name and password that is kept by the connection string is stored directly in the code of the application. You want to make sure that the password in the connection string is as protected. What should you do? ()
第17题:
ADO.NET包括哪两个主要的组件?其中数据提供程序的四个核心对象是什么?
第18题:
You work as an application developer at Contoso.com. You use Microsoft .NET Framework 3.5 and Microsoft ADO.NET to develop an application. You want to make sure that the application is operative to any type of database. What should you do?()
第19题:
Command
Connection
DataAdapter
DataSet
第20题:
ConnectionString
DataSource
UserInformation
Provider
第21题:
对
错
第22题:
Add the connection string to the Settings.settings file.
Add connection string to the Web.config file and use protected configuration.
Use the TRUE setting in the Persist Security Info keyword.
Use the FALSE setting in the Persist Security Info keyword
第23题: