Try connecting to the database and list the tables.
尝试连接到数据库并列出表格。
Everything works just fine connecting to the Database engine.
一切就可以连接到数据库引擎。
This will prevent anonymous users from connecting to the database.
这样将阻止匿名用户连接到数据库。
Start by loading the submitted instance, and by connecting to the database.
我们从加载提交的实例和连接数据库开始。
In most cases the majority of the time was spent connecting to the database.
在大多数情况下,多数时间都消耗在数据库的连接上。
This script, like the start.php script, starts by connecting to the database.
和start . php脚本一样,这个脚本也从连接数据库开始。
If an error occurs connecting to the database, a message will be shown on another Web page.
如果在连接数据库时发生错误,则将在另一个Web页面上显示一条消息。
Security considerations when performing SQL statements after connecting to the database.
连接到数据库之后执行sql语句时的安全性考虑。
One configuration setting connecting to the database was removed after patching the application.
一个设置装备摆设设置衔接地数据库被撤除后,修修补补地应用。
Plan to deal other conditions, such as successfully connecting to the database but finding an empty table.
您应计划处理其他情况,比如成功连接到数据库但发现一个空表。
Verify that the database was created by connecting to the database and performing a query (see Listing 4).
通过连接到数据库并执行一项查询来验证是否创建了数据库(请参见清单4)。
For safety and security reasons, you aren't going to be connecting to the database as the administrator.
出于安全方面的原因,不要以管理员的身份连接到数据库。
In other words, when connecting to the database, a path cannot be used to specify where the database resides.
换句话说,当连接数据库时,不能使用路径来指定数据库位于哪里。
You have used Rails to create a Ruby script for connecting to the database, and creating a table that USES an XML column.
我们已经使用Rails创建了连接到数据库的ruby脚本,并建立了包含xml列的表。
This script starts by including the helper function and connecting to the database. It then executes two SQL statements.
此脚本首先包含helper函数并连接数据库,然后执行两条sql语句。
Suppose during the busiest time of the day, there are 200 applications connecting to the database described in Example 1.
假设在一天中最忙的时间里,有200个应用程序连接到例1中所描述的数据库上。
If you ever encounter these messages, ensure that the user or application connecting to the database has provided a valid user id and password.
如果遇到这样的消息,一定要确认连接到数据库的用户或应用程序是否提供了合法的用户ID和口令。
Making the changes to the applications will be the tricky part, as each application may have its own unique way of connecting to the database.
对应用程序进行更改将是比较麻烦的部分,因为每个应用程序都可能具有自己独特的数据库连接方式。
The script starts by connecting to the database. It then executes an INSERT statement against the games table and gets back the ID that was generated.
此脚本从连接数据库开始,然后对games表执行一条insert语句,并获取生成的ID。
Upon successfully connecting to the database, this function returns a connection object, which is required in the subsequent database read and write operations.
如果成功地连接到数据库,这个函数会返回一个连接对象,后续的数据库读写操作需要使用这个对象。
The alternate server information is cached at the client after first connecting to the database server and pulling the information from the server side parameter.
在客户机第一次连接到数据库服务器并从服务器端参数中提取信息之后,备用服务器信息被缓存在客户机上。
For example, let's consider a situation where there are two applications connecting to the database and running the following SQL statements in the following order.
例如,考虑这样的情况:有两个应用程序连接到数据库,并按照如下顺序运行下面的sql语句。
The embedded transaction container requires that a specific data source, TxnDataSource, is used when connecting to the database for container Managed Persistence (CMP).
在连接ContainerManagedPersistence (CMP)的数据库时,嵌入式事务容器要求使用一个特定的数据源txndatasource。
Application level: Each application connecting to the database would have its own share of application-level background processes associated with it. These are as follows.
应用程序级:连接到数据库的每个应用程序都有相关联的的应用程序级后台进程。
Snippets are little fragments of code that perform small tasks, such as running a regular expression on some input, connecting to the database, and querying the database.
片段是完成小任务(比如在一些输入中运行常规表达式、连接到数据库和查询数据库)的小部分代码。
It is important to set DB2CODEPAGE before connecting to the database because the data movement utilities determine the code page when the connection to the database is established.
重要的是,要在连接数据库之前设置DB 2CODEPAGE,因为数据转移实用程序会在建立数据库连接时判断编码页。
Important functions in this module are connecting to a database, querying the database, and giving out results of the query.
该模块中的重要函数有:连接数据库的函数、查询数据库的函数以及提供查询结果的函数。
Database interface - used for connecting to the local database.
数据库界面——用来连接本地数据库。
The use command is not supported and all client connections are made directly to the connecting users's database.
它不支持USE命令,所有客户端连接都会直接与用户的数据库连接。
The clients are connecting to a database named test.
两个客户机都被连接到一个名为test 的数据库。
应用推荐