Application Shared memory: This refers to the memory allocated when an application connects to a database and is used by agents that do the work requested by the connected clients.
应用程序共享内存:这是在应用程序连接到数据库时分配的内存,由处理连接到数据库的客户机所请求的工作的代理使用。
It also dynamically loads the necessary driver for the database server that the application connects to.
它还动态地为应用程序所连接到的数据库服务器装载必需的驱动程序。
Each thread simulates a user that connects to the database and submits a stream of transactions without think times.
每个线程模拟一个用户,该用户连接到数据库并提交一个事务流,而不考虑次数。
The example in Listing 2 connects to the test database and creates two tables.
清单2中的例子连接到测试数据库并创建了两个表。
Each script connects to the database, retrieves a row of data, and outputs that row to the screen.
这两个脚本都会连接到数据库上,并检索一行数据,并将该行输出到屏幕上。
The following code connects to a cataloged database.
以下代码连接编目数据库。
A trusted context is an object that gives users a specific set of privileges and is available when the user connects to the database through a trusted connection.
受信任上下文是一个对象,它为用户提供一组特定的特权,当用户通过一个受信任的连接连接到数据库时,便可以使用它。
This SQLJ application connects to a database with data source object ds and fetches the rows from existing table Employee with positioned iterator ByPos.
SQLJ应用程序连接到数据源对象为 ds 的数据库,并使用已定位的迭代器ByPos从现有的Employee表中获取行。
It demonstrates a Perl program that connects to database SAMPLE with user ID and password that are passed to the program as parameters.
它展示了一个Perl程序,这个程序使用作为参数传入的用户ID和密码来连接数据库sample。
The example in Listing 11 connects to a local database named ldb, sets savepoints, performs operations on remote databases, and rolls back to a savepoint.
清单11中的示例连接到一个名为ldb 的本地数据库,设置保存点并在远程数据库上执行操作,然后回滚到保存点。
The new tables contain initial login data for testing the application, and the SQLLoginModule connects to the database to obtain username and password information.
新的表包含测试应用程序使用的初始登录数据,SQLLoginModule连接到数据库,获取用户名和口令信息。
Mysqlard is a daemon that connects to the mysql server and collects data every 5 minutes, storing it in a Round Robin Database backend.
mysqlard是一个连接到mysql服务器上的守护程序,负责每5分钟搜集一次数据,并将它们存储到后台的一个Round Robin Database中。
Modify a simple report that connects to a DB2 database and then run the report on a WebSphere server.
修改一个连接db 2数据库的简单报告,然后在WebSphere服务器上运行报告。
This simple script connects to the database and sends the ID from the quest into the build_answers function.
这个简单的脚本连接至数据库,并将来自查询的ID发送至build_answers函数中。
The get_user function connects to the database that contains the users table and retrieves the ID for a given user.
get_user函数连接到包含用户表的数据库并检索给定用户的ID。
If the ij test succeeded, you are ready to run the perl script which connects to the Derby database.
如果ij测试成功了,那么就可以运行要连接到Derby数据库的perl脚本。
The example connects to the stores_demo database.
该示例连接到stores_demo数据库。
This time, you've built a thin-client application that connects to this DataSnap Soap Server that exposes the DB2 UDB SAMPLE database.
这一次,您构建了一个瘦客户机应用程序,该程序连接到了DataSnapSoapServer的一个暴露db 2UDBSAMPLE数据库。
If the DBA creates sysdbopen with login ID of a user as the owner of this procedure, then, IDS executes that procedure when that specified user connects to the database.
如果DBA以一个程序所有者的用户登录ID创建sysdbopen,那么当指定的那个用户连接到数据库时,IDS就执行那个程序。
This script connects to the database and stores the message using the posted user and message fields.
该脚本连接到数据库,并使用已发布的user和message字段存储消息。
This Jython program connects to the database and updates the stock exchange database with random trade. Listing 1 shows the loop that inserts trades to the database.
这个Jython连接到数据库并使用随机交易更新股票交易数据库。
If the script successfully connects to the database, it simply returns the database connection handle to the caller.
如果该脚本成功地连接到数据库,那么只需向调用者返回数据库连接句柄。
The client connects to the primary database using the public network using a virtual IP address.
客户端使用一个虚拟ip地址,通过公共网络连接到主系统数据库。
The script first connects to the database and runs a simple SELECT query against the polls table.
该脚本会先与数据库连接,并对调查表运行一个简单的SELECT查询。
Any user that connects to the repository has access to the connection groups and to the connection configurations for creating database connections.
连接存储库的任何用户都能够通过访问连接组和连接配置创建数据库连接。
This script connects to your DB2 database and retrieves the status updates from the DB2 view you created at the start of this section.
这个脚本连接到DB 2数据库并从您在本小节开始时创建的DB 2视图获取状态更新。
It's where the application connects to the database and runs the query against the directory table.
在此文件内,应用程序连接到数据库并针对此目录表运行查询。
In three statements and fewer than 20 lines of code, it connects to the database, selects every row from the table, and exports the data as XML.
它用了三条语句、不足20行的代码连接到了数据库,从表中选定了每一行,并将数据作为xml导出。
Open up the WAS Console and set up an XA data source that connects to the database schema created earlier.
打开WAS控制台并设置连接到前面创建的数据库模式的xa数据源。
It connects to the database and returns a handle through the handle method.
它连接到数据库,并通过handle方法返回一个句柄。
应用推荐