输入相应的连接细节,包括实例类型(DB2)、数据库名(TPOX)以及有效的用户ID和密码。
Enter the appropriate details for the connection, including the instance type (DB2), database name (TPOX), and a valid user id and password.
载入JDBC驱动程序的标准过程需要两项:驱动程序的类名和连接的目标数据库的JDBCURL。
The standard processing for loading a JDBC driver requires two items: the driver's class name and the JDBC URL of the database that's targeted for connection.
输入将用来连接数据库的用户的登录名。
Type in the name of the login user that will be used to connect to the database.
在Database选项卡上,输入与服务器相关的JDBC连接参数,包括服务器名、安装IDS 的主机、端口号和希望连接到的数据库。
On the Database tab, you enter server-specific JDBC connection parameters, including server name, host where IDS is installed, port number, and the database that you wish to connect to.
客户机使用connect语句连接数据库,这时要指定数据库名,还可以指定用户id和密码。
A client connects to the database using the connect statement specifying the database name and optionally the userid and password.
这里必须将连接配置到DB 2UD b数据库,指定适当的数据库名、UserName和Password(除非您想在运行时在代码中传递这些字段)。
You must configure the connection to the DB2 UDB database here, specifying the correct database name, the UserName, and the Password (unless you want to pass that in code at run-time).
JNDI的常见用法是数据库命名,应用程序使用此JNDI名获得数据库连接。
A common use of JNDI is database naming, where the application USES a JNDI name to get a database connection.
数据库连接客户机使用CONNECT或use语句连接数据库,这时要指定数据库名,还可以指定用户id和密码。
Database Connection a client connects to the database using the connect or the use statement specifying the database name and optionally the userid and password.
通过提供一个DSN入口,它可以连接到那个数据库,列出内部的表名。
By supplying a DSN entry, it will attempt to connect to that database and list all the tables in it.
在应用程序中,我需要使用登录名和密码连接到数据库,可以在数据库上做一些任务。
In the application I need to connect to the database using login and password, so the application is free to do some tasks on the database.
在连接打开之后获取当前数据库的名称,或者在连接打开之前获取连接字符串中指定的数据库名。
Gets the name of the current database after a connection is opened, or the database name specified in the connection string before the connection is opened.
在连接打开之后获取当前数据库的名称,或者在连接打开之前获取连接字符串中指定的数据库名。
Gets the name of the current database after a connection is opened, or the database name specified in the connection string before the connection is opened.
应用推荐