CMS专题

填空题ODBC(Open Database Connectivity,())是Microsoft公司开发的一套开放的数据库系统(),它为应用程序提供了一组对数据库访问的标准()和基于()的运行支撑环境。

题目
填空题
ODBC(Open Database Connectivity,())是Microsoft公司开发的一套开放的数据库系统(),它为应用程序提供了一组对数据库访问的标准()和基于()的运行支撑环境。
参考答案和解析
正确答案: 开发数据库互连,应用程序接口规范,API,动态链接库
解析: 暂无解析
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

SQL Server、Access和oracle都是Microsoft公司开发的数据库系统。()


本题答案:错

第2题:

ODBC是Microsoft公司开发的一套开放的数据库系统(),它为应用程序提供了一组对数据库访问的标准()和基于()的运行支撑环境。


正确答案:应用程序接口规范;API;动态链接库

第3题:

ASP是Microsoft公司开发的一套服务器脚本环境,它内含于IIS中。()

此题为判断题(对,错)。


参考答案:正确

第4题:

Microsoft公司面向小型数据库系统的是()。

  • A、ACCESS
  • B、SQLSERVER
  • C、ORACLE
  • D、MySQL

正确答案:A

第5题:

用户自定义报告包括:Microsoft Excel集成的Excel报告、()、ODBC Data Exchange ODBC数据交换报告。


正确答案:Free Format自由格式报告

第6题:

You are the administrator of two Microsoft Windows 2000 advanced server computers. On these servers, you are configuring a database that will store accounting information for your company.

The data must be available at all times. Interruptions in data connectivity should not last longer than five minutes. Any changes to the database should not require you to reconfigure the client computers.

How should you configure the database?

A.Configure the database on the two servers as a SQL Server 2000 cluster.

B.Configure the database on one server, and then configure a standby database on the second server.

C.Configure the database on each server. Use Microsoft Distributed Transaction Coordinator to keep the two servers perfectly synchronized.

D.Configure the database as a federated database, and then partition half the data on each server.


正确答案:A
解析:Explanation: SQL Server 2000 failover clustering provides high availability support by allowing us to configure one failover cluster to automatically, with no manual configuration, fail over to any other node in the failover cluster configuration. In this way, we minimize system downtime and provide high server availability during an operating system failure or a planned upgrade. Before SQL Server 2000 failover clustering can be set up, we must install Windows NT 4.0, Enterprise Edition, Windows 2000 Advanced Server or Windows 2000 Datacenter Server, and the Microsoft Cluster Service (MSCS).

In this scenario a cluster would be preferred to a standby server because it would be available immediately. A standby server on the other would require manual configuration and more time to become online.

Incorrect Answers:
B: A standby server would require you to reconfigure clients to allow it to connect to the standby server when the main server goes down. It would require at least several minutes of manual administration before the standby server would be operational. But the scenario requires that no reconfiguration of the client computers should be necessary. Therefore we should use a SQL Server 2000 cluster not a standby server.

Note: A standby server is a second server that contains a copy of the databases on the primary server and that can be brought online in the event of a primary server failure or due to scheduled maintenance on the primary server. This allows users to continue working with databases when the primary server becomes unavailable. When the primary server becomes available again, any changes to the standby server's copies of databases must be restored back to the primary server.

C: The Microsoft Distributed Transaction Coordinator coordinates distributed transactions, but would not increase availability.

Note: The Microsoft Distributed Transaction Coordinator (MS DTC) is a transaction manager that allows client applications to include several different sources of data in one transaction. MS DTC coordinates committing the distributed transaction across all the servers enlisted in the transaction.

An installation of SQL Server 2000 can participate in a distributed transaction by calling stored procedures on remote servers running SQL Server, automatically or explicitly promoting the local transaction to a distributed transaction and enlist remote servers in the transaction, and making distributed updates that update data on multiple OLE DB data sources. If these OLE DB data sources support the OLE DB distributed transaction interface, SQL Server 2000 can also enlist them in the distributed transaction. The MS DTC service coordinates the proper completion of the distributed transaction to ensure that either all of the updates on all the servers are made permanent, or, in the case of errors, all erased.

D: With Federated SQL Server 2000 servers, SQL Server 2000 databases can be spread across a group of autonomous database servers. These are capable of supporting the processing growth requirements of the largest Web sites and enterprise data-processing systems built with Microsoft Windows DNA, which divides the processing units of a data processing system into logical tiers. This however does not improve availability.

第7题:

ODBC(Open Database Connectivity,())是Microsoft公司开发的一套开放的数据库系统(),它为应用程序提供了一组对数据库访问的标准()和基于()的运行支撑环境。


正确答案:开发数据库互连;应用程序接口规范;API;动态链接库

第8题:

ODBC是由Oracle公司开发的一套开放数据库系统应用程序结构规范。()


正确答案:错

第9题:

打开数据库abc的正确命令是()

  • A、USE abc
  • B、USE DATABASE abc
  • C、OPEN abc
  • D、OPEN DATABASE abc

正确答案:D

第10题:

中间件是物联网的软件技术,以下关于中间件错误的是()。

  • A、一种独立的系统软件或服务程序
  • B、协助分布式应用软件共享不同技术间的资源
  • C、ODBC(Open Database Connectivity)就是一种典型的中间件
  • D、中间件不可屏蔽异构平台的差异

正确答案:D

更多相关问题