• 打开数据库连接创建Data项目之后,可以开始构建查询了。

    With a database connection open and a data project created, you're ready to build queries.

    youdao

  • 破发开始一个调用方法打开数据库连接调试器打开拆卸窗口停留在那里

    I have break points set and it starts off well then after a call in a method to open database connection, the debugger opens disassembly window and stays there.

    youdao

  • 延迟抓取另一个问题就是在获取到请求的数据一直打开数据库连接否则应用就会抛出个延迟加载异常

    Another issue with lazy fetching is that the database connection has to be retained until all the required data is fetched else the application will throw a lazy loading exception.

    youdao

  • 打开窗口可以此将一个现有或者数据库连接附加项目

    This will open a new window where an existing or a new database connection can be attached to this project.

    youdao

  • 创建数据源数据库原因能够提高应用程序性能因为即使打开一个连接也会十分占用CPU。

    The reason for creating a data source or database pool is that it increases application performance, because opening even a single connection is a CPU-intensive operation.

    youdao

  • 概括起来,就是打开XML模式文件建立一个数据库连接然后鼠标画出xml元素属性关系之间的连接

    In a nutshell, you open the XML schema file, establish a database connection, and then use the mouse to draw connections from XML elements and attributes to relational columns.

    youdao

  • 打开关闭连接过程开销较大,会影响到应用程序数据库性能使用连接就可以消除大部分这样的开销。

    Opening and closing connections is an expensive process affecting application or database performance and the use of connection pooling helps eliminate most of that overhead.

    youdao

  • 下面第一简单脚本打开一个数据库连接浏览器发送消息确认连接

    The first simple script here will open a database connection and confirm that with a message to the browser.

    youdao

  • 打开WAS控制台设置连接前面创建数据库模式xa数据源

    Open up the WAS Console and set up an XA data source that connects to the database schema created earlier.

    youdao

  • 如果已经这样做了,就打开Data透视图建立数据库连接创建一个Data项目。

    If you haven't already done so, open the data perspective, establish a database connection, and create a data project.

    youdao

  • 打开Catalog窗口中,一步添加一个数据库连接

    The first step in the newly opened Catalog window is to add a database connection.

    youdao

  • 不幸的是,并不是每种数据库都支持事务所以第一次打开连接时,PDO需要所谓的“自动提交(auto - commit)”模式下运行

    Unfortunately, not every database supports transactions, so PDO needs to run in what is known as "auto-commit" mode when you first open the connection.

    youdao

  • 任务不能嵌套在DatabaseConnectionTask打开自己的数据库连接

    This task must not be nested within a DatabaseConnectionTask and opens its own connection to the database.

    youdao

  • 程序首先初始Hibernate环境打开一个Session后者包装了联邦数据库JDBC连接

    To do so, it initializes the Hibernate environment and opens a Session, which wraps a JDBC connection to the federated database.

    youdao

  • 打开一个命令窗口连接SAMPLE数据库尝试更新employee中的雇员工资(当然这样的尝试会遭到失败)。

    He opens a command line window, connects to the SAMPLE database and unsuccessfully tries to update the employee salaries in the employee table. He issues the following SQL statements.

    youdao

  • Servletinit函数打开数据库连接

    Open the connection to the database during the init function in your servlet.

    youdao

  • 一旦连接IBMDB 2UDBSAMPLE数据库可以使用DataExplorer打开视图过程节点

    Once you can connect to the IBM DB2 UDB SAMPLE database, you can use the data Explorer to open up the tables, views, or procedures node.

    youdao

  • 最后磁盘访问速度影响数据库连接数量打开数据库视图的速度。

    Finally, disk access speed impacts the number of database connections and the speed of database and view openings.

    youdao

  • 实现数据库连接重用连接对象不是重复地打开关闭连接

    Implement connection pools to the database and reuse connection objects, rather than repeatedly opening and closing connections.

    youdao

  • 因为在于数据库交互时,打开以及关闭数据库开销非常昂贵应该数据库连接放在池中并且能重新使用

    Since opening and closing the connection is the most expensive part of interacting with a database, you will want to pool and reuse your database connection.

    youdao

  • 例如可能会验证本地数据库应用程序是否打开连接执行查询,随后关闭了连接

    For example, you might want to verify that a native database application opened a connection, executed a query, and then closed the connection.

    youdao

  • 另外ConnectionPoolDataSource避免了应用程序同时打开数据库若干连接情况下发生冲突

    Also, ConnectionPoolDataSource avoids conflicts in a situation where an application opens several connections to a database at the same time.

    youdao

  • Open()方法打开数据库连接如果连接失败,则抛出一个IfxException

    The Open() method opens the connection to the database and throws an IfxException if the connection fails.

    youdao

  • db4o系统中,打开第二数据库逻辑连接非常简单,即使数据库驻留本地磁盘上时也是如此。

    Within the db4o system, it is trivial to open a second logical connection to the database, even when the database resides on the local disk.

    youdao

  • 然后使用数组打开MySQL数据库服务器连接选择使用数据库

    This array is then used to open a connection to the MySQL database server and select a database for use.

    youdao

  • LINQ toSQL同样支持显式设置上下文事务所以可以获取上下文的数据库连接,然后打开它,开启一个事务,上下文中设置。

    LINQ to SQL also supports explicitly setting the transaction on the context, so you could get the connection from the context, open it, start a transaction, and set it on the context.

    youdao

  • 经常发生的情况我们打开一个连接执行所需要数据库操作但是我们没有显示的关闭连接

    At times what happens is, we open the connection, performs the desired database operation, but we do not close the connection explicitly.

    youdao

  • 最后事件将会发生于每一个控件之上,然后,一直结束.这时,所有的控件将会输出并且能够改变.这个事件中,任何试图访问应答流的方法将都会出现错误.这个事件主要被用来清除善后工作,比如说数据库连接,打开的文件流,事件日志,或者其他的任务等等.

    At this point, all controls have been rendered to the output stream and cannot be changed. During this event any attempt to access the response stream will result in an exception being thrown.

    youdao

  • 打开连接登录对话要求输入此用户可访问数据库

    When you open this connection, the logon dialog box will require that you enter this user name to access the database.

    youdao

  • 打开连接登录对话要求输入此用户可访问数据库

    When you open this connection, the logon dialog box will require that you enter this user name to access the database.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定