网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
.NET为连接SQL Server数据库提供了几种方式,以下这种方式是什么方式? Provider=SQLOLEDB;Data Source=服务器名;Initial Catalog=数据库名; Integrated=SSPI
A.一种使用SQL Server数据库系统的身份进行认证
B.一种使用Windows操作系统的身份进行认证
C.一种使用Web服务器的身份进行认证
D.一种使用网络服务器的身份进行认证
参考答案和解析
一种使用Windows操作系统的身份进行认证
更多 “.NET为连接SQL Server数据库提供了几种方式,以下这种方式是什么方式? Provider=SQLOLEDB;Data Source=服务器名;Initial Catalog=数据库名; Integrated=SSPIA.一种使用SQL Server数据库系统的身份进行认证B.一种使用Windows操作系统的身份进行认证C.一种使用Web服务器的身份进行认证D.一种使用网络服务器的身份进行认证” 相关考题
考题
下列连接字符实现与SQL Server数据库的连接,( )是不正确的。A.Driver={SQL Server}; Server=localhost; Database=stuDB; Uid=; Pwd=;B.Provider=SQLOLEDB; Data Source=localhost; Database=stuDB; Uid=abc; Pwd=12;C.Data Source=.\\SQLEXPRESS; Database=SchoolDB; Uid=abc; Pwd=;D.Driver={SQL Server 2000}; Server=localhost; Database=stuDB; Uid=abc; Pwd=123;
考题
在下列ADO.NET的数据库连接方式中,不能用于连接SQL Server数据库的是( )。A.OleDbConnectionB.OdbcConnectiOnC.SqlConnectionD.OracleConnection
考题
"在连接数据库的过程中,数据库连接字符串为: Data Source=localhost; Initial Catalog= Haier; user id=sa; password=123456; Data Source代表什么含义:() Initial Catalog代表什么含义:() user id代表什么含义:() password代表什么含义:()"
考题
使用ADO连接到SQL Server数据库时有以下代码:%cn.open"Provider=sqloledb;Data Source=(local);Initial catalog=study Integrated Security=SSPI;"%表示其连接模式为()。A、信任模式B、安全模式C、正常模式D、普通模式
考题
如果用配置工具无法下载服务器中的配置数据,以下哪一个不是其原因()A、与服务器网络中断B、数据库名不正确C、Sybase用户密码错D、ODBC的data source name没有和server name同名
考题
SQL Server数据库对象的完整名称由4部分组成。以下哪种是正确的?()A、服务器名.架构名.数据库名.对象名B、服务器名.数据库名.架构名.对象名C、数据库名.服务器名.架构名.对象名
考题
有关Object Data Source说法正确的是()A、它只能绑定数据访问层方法,才能返回正确数据B、只有通过ADO.NET方式访问数据库C、使用Object Data Source需要在表现层写SQL语句操作数据库D、Object Data Source一般绑定业务逻辑层方法
考题
以下关于连接字符串的描述中,正确的是()和()。A、Data Source属性表示数据库的类型B、Trusted_Connection参数决定连接是否使用信任连接C、Integrated Security参数决定连接是否使用信任连接D、Initial Catalog表示数据库的类型
考题
在对SQL Server数据库操作时应选用()A、 SQL Server.NET FrameWork数据提供程序B、 OLEDB.NET FrameWork数据提供程序C、 ODBC.NET FrameWork数据提供程序D、 Oracle.NET FrameWork数据提供程序
考题
在对SQL Server数据库操作时应选用()。A、SQL Server .NET Framework数据提供程序B、OLE DB .NET Framework数据提供程序C、ODBC .NET Framework数据提供程序D、Oracle .NET Framework数据提供程序
考题
以下说法不对的是()。A、CTAIS客户端软件与数据库服务器的连接主要使用数据库和开发工具的连接机制B、在ORACLE数据库环境下,数据库服务器通过Net8(SQL*Net)与客户机连接C、客户机通过Net8(SQL*Net)和PowerBuilDer的ORACLE专用连接驱动(ORACL ENAtive Driver)与数据库服务器连接D、客户端的每一个后台连接对应二个服务器端的数据库连接
考题
单选题You work as an application developer at Contoso.com. You use Microsoft .NET Framework 3.5 and Microsoft ADO.NET to develop an application that will connect to the Microsoft SQL Server 2005 database. You want to use Windows Authentication along with the Microsoft OLE DB provider. You now need to make sure that the OLE DB connection is as secure as possible. What should you do?()A
Add the following parameter to the connection string: Integrated Security=true; PersistSecurityInfo=true;B
Add the following parameter to the connection string: Integrated Security=SSPI;C
Add the following parameter to the connection string: Integrated Security=SSPI; PersistSecurityInfo=yes;D
Add the following parameter to the connection string: Integrated Security=true;
考题
填空题"在连接数据库的过程中,数据库连接字符串为: Data Source=localhost; Initial Catalog= Haier; user id=sa; password=123456; Data Source代表什么含义:() Initial Catalog代表什么含义:() user id代表什么含义:() password代表什么含义:()"
考题
单选题有关Object Data Source说法正确的是()A
它只能绑定数据访问层方法,才能返回正确数据B
只有通过ADO.NET方式访问数据库C
使用Object Data Source需要在表现层写SQL语句操作数据库D
Object Data Source一般绑定业务逻辑层方法
考题
单选题以下说法不对的是()。A
CTAIS客户端软件与数据库服务器的连接主要使用数据库和开发工具的连接机制B
在ORACLE数据库环境下,数据库服务器通过Net8(SQL*Net)与客户机连接C
客户机通过Net8(SQL*Net)和PowerBuilDer的ORACLE专用连接驱动(ORACL ENAtive Driver)与数据库服务器连接D
客户端的每一个后台连接对应二个服务器端的数据库连接
考题
单选题SQL Server数据库对象的完整名称由4部分组成。以下哪种是正确的?()A
服务器名.架构名.数据库名.对象名B
服务器名.数据库名.架构名.对象名C
数据库名.服务器名.架构名.对象名
热门标签
最新试卷