• 数据库访问组件odbc已经遭受性能上的尴尬

    The database access, ODBC, has suffered from performance stigma.

    youdao

  • 正如前面提到的那样,EJB组件控制后台数据访问管理着当前事务数据库内部锁定

    As mentioned previously, the EJB components control the access to the back-end data and manage the current transactions and database locking internally.

    youdao

  • 一个EJB组件访问数据库消息队列服务器或者其它一些事务性资源时,需要资源管理器连接(通常使用JNDI)。

    When an EJB component wants to access a database, a message queue server, or some other transactional resource, it acquires a connection to the resource manager (usually by using JNDI).

    youdao

  • 由于我们家银行使用相同组件实现,因此我们访问相同的基础数据库模式

    Since we are using the same component implementation for both banks we are accessing the same underlying data base schema.

    youdao

  • EJB组件控制后台数据访问管理着当前事务以及数据库内部锁定

    The EJB components control the access to the back-end data and manage the current transactions and database locking internally.

    youdao

  • 最后用户尝试访问EJB组件时,运行特定数据库而部署代码

    Finally, when someone attempts to access the Entity EJB components, the code deployed for the given database will then be run.

    youdao

  • 1中,我们看到servlet多个EJB组件单个事务上下文中访问一个数据库

    In Figure 1, we see a servlet and multiple EJB components access a database within the context of a single transaction.

    youdao

  • 本文中,将亲历安装配置Perl访问Derby数据库所需各种组件一个步骤

    Throughout this article you build upon each step of installing and configuring the components involved in accessing a Derby database from Perl.

    youdao

  • WebSphereProcessServer组件资源适配器)需要访问数据库时,将使用服务器数据源

    When a component such as a resource adapter on WebSphere Process Server needs database access, it uses a server data source.

    youdao

  • 不同版本J2EE应用程序组件(例如访问相同外部数据库实体bean)在修改相同的数据表数据记录时候存在同步问题

    Multiple versions of J2EE application components, such as entity beans that access the same external database, could have synchronization issues while modifying the same table or row.

    youdao

  • 包装Zero组件其他开发人员重用,需要考虑事情很多其中大多数问题数据库访问引起的。

    There are a number of issues to consider when it comes to packaging a Zero component for reuse by other developers, and database access is the cause of many of them.

    youdao

  • 这个平台包括多个编辑器、图形编辑器、特性(nature)、构建器一个WebService向导、一些数据库访问查询工具和其他一些组件

    Included in this platform are multiple editors, graphical editors, natures, builders, a Web Service wizard, database access and query tools, and other components.

    youdao

  • 本文中,我们使用Delphi 2005中的DataSyncDataHub组件展示如何使用Borland DataProviderDB 2UDB数据库数据进行访问

    In this article, we've used the new DataSync and DataHub components in Delphi 2005 to demonstrate data access on DB2 UDB database tables using the Borland data Provider.

    youdao

  • 因此为了运行访问DB2数据库perl脚本需要系统上安装以下组件

    So, in the order to run a Perl script that has access to your DB2 database, you need the following components on your system.

    youdao

  • Django提供了自己对象关系型数据映射组件(object - relationalmapper,orm),它可以通过Python对象接口支持动态数据库访问

    Django comes with its own object-relational mapper (ORM) library that supports dynamic database access through a Python object interface.

    youdao

  • 一般应用可能包含许多其他组件(数据库访问E - Mail协议或者甚至于是像HL7SAP这样非常专业的协议)。

    A typical application would likely have many other components (database access, E-mail protocols, or even very specialized protocols like HL7 or SAP.)

    youdao

  • 实体e JB组件主要目的远程访问持续数据,这些数据主要存储关系数据库

    The main purpose of entity EJB components is to remotely access persisted data, mostly stored in a relational database.

    youdao

  • 信息服务支持组件提供功能可以帮助服务接口映射访问整合数据库中的数据查询

    Functionality of the information service enablement component can also help to map a service interface to a query that accesses the data in the consolidated database.

    youdao

  • 其他组件包括作为联邦数据库数据库多个数据源以及访问数据库数据源的一些客户端(用户应用程序)。

    Other components include a database that ACTS as the federated database, one or more data sources, and clients (users and applications) that access the database and data sources.

    youdao

  • 数据库经常组件对象访问组件对象由另一代码调用,这一层通常就是所谓中间层

    The database is often accessed by components or objects that execute on the server and are called by other layers of code, often referred to as the middle tier.

    youdao

  • 如果允许用户访问包含组件数据库那么可以允许访问含有组件页面,但同时又不能访问数据库

    If a user is not permitted to access a database that contains a component, allowing the user to access a page with that component does not give him or her access to that database.

    youdao

  • 每个组件都获得数据库Connection可能每个组件都在访问同一个数据库

    Each obtains a Connection to the database; it may well be the case that each is accessing the exact same database.

    youdao

  • 文中讨论了J2EE组件开发数据库访问负载平衡多线程多项关键技术建立分布动态、实际问题的应用

    Several key techniques based on J2EE, including the component development, database access, load balance and multithreading, is discussed for building a distributed and dynamic application system.

    youdao

  • 其中的数据访问组件设计自定义标签方便访问数据库代码编写维护

    Designing the database-access component in user-defined Tag Library to make it is easy to code and maintain program which need to access and operation database.

    youdao

  • 完成分配模块组件设计编码实现单元测试,包括用户界面,功能逻辑数据库访问各种应用集成。

    Design, implement and unit test the assigned components, modules and projects, including the necessary user interface, business functionality, database access and application integration.

    youdao

  • 按照J2EE体系结构要求,以建立相应EJ b组件实现数据库访问逻辑和业务逻辑。

    According to the requirement of J2EE system structure, corresponding EJB component was established to access database and handle operation logic.

    youdao

  • 针对不可靠军事通信应用系统网络数据库访问效率的问题,提出一种基于分布式组件数据库访问模型

    According to low efficiency in network database accessing in unreliable military communication system, this paper proposes the database access model based on distributed component.

    youdao

  • 系统采用了ASP技术ado组件结合连接访问数据库方法,并针对企业内部实际需要,提出了具体解决方案予以实现

    ASP and ado technology are adopted in this system to connect and access database. Based on the actual situation in the company, the concrete solution of the system is proposed and realized.

    youdao

  • 系统采用了ASP技术ado组件结合连接访问数据库方法,并针对企业内部实际需要,提出了具体解决方案予以实现

    ASP and ado technology are adopted in this system to connect and access database. Based on the actual situation in the company, the concrete solution of the system is proposed and realized.

    youdao

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

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

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