连接配置包含创建数据库连接所需的属性值。
Connection configurations contain the property values required for creating database connections.
在一个生产实现中,可以使用该方法来创建数据库连接池的间隔。
In a production implementation, you would use this method to create the internals of a database connection pool.
在创建数据库连接后,应该创建一个单独的项目来存储生成的文件。
After creating a database connection, you should create a separate project to store the generated files in.
该结果说明,尽管有警告,但创建数据库连接的第一次尝试成功了。
This result demonstrates that, despite the warning, your first attempt to create a connection to the test database succeeded.
连接存储库的任何用户都能够通过访问连接组和连接配置创建数据库连接。
Any user that connects to the repository has access to the connection groups and to the connection configurations for creating database connections.
创建数据库连接后,需要将该连接与创建的inventory项关联起来。
Now that you have created a database connection, you need to associate the connection with the inventory project you created.
创建数据库连接时提供的连接处理资源是必要的参数,随需要运行的查询一起使用。
The connection handle resource given when creating a database connection is a necessary parameter, along with the query that needs to be run.
现在您已经创建了WeatherForecastDB数据库,您需要创建数据库连接。
Now that you have created the WeatherForecastDB database, you need to create the database connection.
在存储库中创建连接配置之后,能够连接存储库的任何用户都可以使用连接配置创建数据库连接。
Once the connection configuration is created in a repository, any user who can connect to the repository can create a database connection using the connection configuration.
连接配置——用来创建数据库连接的一组必需的属性值,包括数据库版本、数据库厂商、端口号和主机名。
Connection configuration-a set of required property values used to create database connections, including the database version, database vendor, port number, and host name.
创建数据库连接,创建相应的DataDevelopment项目,在项目中创建SQL存储过程(图10)。
Create a database connection, a corresponding data Development project, and an unqualified SQL stored procedure in your project (Figure 10).
它提供用于管理数据库连接以及创建和执行sql脚本的工具。
It provides tools for managing database connectivity, as well as creation and execution of SQL scripts.
一个创建连接外部数据库的部署管理器概要文件的脚本包。
A script package which creates a deployment manager profile connecting to the external database.
始终要求填写服务器名称、端口、用户ID、密码和数据库名称才能创建连接。
You will always require the server name, port, user ID, password, and database name to create connections.
您正在使用您之前手动创建的数据库连接。
You are using the database connection that you previously created manually.
清单4显示了在应用程序模块中查找创建的数据库连接池所需的代码。
Listing 4 shows the code in the application module needed to lookup the created database connection pool.
它寻找用于创建数据模型、数据库连接或ddl脚本的相同方法,然后执行比较,并在比较面板中显示结果。
It seeks the same method used to create the data model, a database connection, or a DDL script, then performs the compare, and displays the results in the compare pane.
在完成所有关于XA的准备之后,就创建到数据库的JDBC连接。
After all the preparation concerning the XA issues, create a JDBC connection to the databases.
将来只要创建一个新数据库连接,就需要执行这个步骤。
This step has to be done again whenever you create a new database connection in the future.
要创建到数据库的JDBC连接,以便我们可以使用它,请执行以下命令。
To create the JDBC connection to the database so that we can work with it, execute this command.
本篇教程会向您展示如何使用DataStudio更加快速有效的自动创建可靠的数据库连接类。
This tutorial shows you how to use data Studio to develop applications more efficiently by automatically creating reliable database connection classes.
onpload数据库可以在ObjectExplorer中找到,位于为ids创建的连接中可用的数据库清单下。
The onpload database can be found in Object Explorer, under the listing of databases available in the connection created to IDS.
和清单1一样,这里需要创建与数据库连接没有关联的Data接口的实例,以便执行内存中对象上的查询。
As in Listing 1, you need to create an instance of the data interface not associated with a database connection in order to execute queries over in-memory objects.
创建DB 2数据库连接。
用以下连接信息创建默认数据库。
A default database is created with the following connection information.
在左侧面板中的树控件中,选择刚才创建的数据库连接,然后单击主工具栏中的Run图标。
In the tree control in the left pane, select the database connection you've just created, and click the Run icon from the main tool bar.
如果要创建编目数据库连接,必须在本地计算机中从DB 2CommandWindow内运行以下命令。
If you want to create a cataloged database connection, you must run the following commands on your local machine from within the DB2 command window.
它将在C: \Temp \Demo \NewDatabase目录中创建新的数据库,并建立连接。
It will create a new database in the c: \ Temp \ Demo \ data directory and establish a connection.
它将在C: \Temp \Demo \NewDatabase目录中创建新的数据库,并建立连接。
It will create a new database in the c: \ Temp \ Demo \ NewDatabase directory and establish a connection.
在DataSourceExplorer视图中创建的连接包含要操作的数据库的基本连接信息。
The connections you create in the Data Source Explorer view contain basic connectivity information to the database where you intend to perform work.
应用推荐