NET framework, and then put forward one method to realize the general database access interface.
NET框架的数据库访问接口技术,并提出了一种通用数据库访问接口实现方法。
AIDB consists of three parts: an abstract database access interface, a different database driver and driver management procedures.
AIDB包括三个部分:抽象数据库访问接口、不同数据库的驱动程序以及驱动管理程序。
With ADO and DAO as database access interface, this system makes the connection between attribute data and spatial data, and the updating of database information come true.
系统采用ADO和DAO作为外部数据访问接口,实现属性数据与空间数据的连接和数据库信息的更新。
In the paper, the overall structure is presented, the database access interface and technicals are analyzed, the dispatching mode and solution of the key problems are described.
文中提出了系统的总体结构,分析了数据库接口和访问优化技术,描述了船舶调度模型和其中关键问题的解决方法。
The main layers of the application are a database, a persistence framework, a database access object, and user interface (UI) controller and view layers.
应用程序的主要层是数据库、持久性框架、数据库访问对象和用户界面(UI)控制器及视图层。
Specifically, if everything is happening in a single thread, performing long operations such as network access or database queries on the UI thread will block the whole user interface.
特别是,如果把所有的事件都放在主线程中来处理,需要长时间来处理的事件比如网络访问或者数据库查询,会阻塞整个UI。
So if you were to trivialize the task ahead, it could be summarized as follows: Replace file access calls by an SQL interface that would access information in a DB2 database instead of a flat file.
因此,我们要完成的任务是:用SQL访问替代文件访问调用,从而访问DB2数据库(而不是平面文件)中的信息。
Using Informix 4GL's rich language support, it is easy to implement the user interface and the business logic that might involve embedding the SQL statements to access the database objects.
通过使用Informix4GL丰富的语言支持,可以轻松地实现用户界面和业务逻辑,还可以在其中嵌入用于访问数据库对象的SQL语句。
Django comes with its own object-relational mapper (ORM) library that supports dynamic database access through a Python object interface.
Django提供了自己的对象关系型数据映射组件(object - relationalmapper,orm)库,它可以通过Python对象接口支持动态数据库访问。
The enhanced Oracle Enterprise Manager HTML interface provides a central point of access to all database performance-related statistics and facilitates complete monitoring and diagnostics.
增强的OracleEnterpriseManagerhtml界面为所有与数据库性能相关的统计信息提供一个集中的访问点,为全面的监控和诊断提供了方便。
PHPMyAdmin offers equivalent access to configure the MySQL database and view the entries from a menu driven graphical interface.
PHPMyAdmin提供了同等的访问权限,可以配置MySQL数据库并能查看菜单驱动的图形界面的条目。
PHPMyAdmin offers equivalent access to configure the MySQL database and view the entries from a menu-driven graphical interface.
PHPMyAdmin提供了同等的访问权限,可以配置MySQL数据库并能查看菜单驱动的图形界面的条目。
Microsoft Access is a simple, WYSIWYG interface for creating a database.
微软Accesss为数据库的创建提供一个简单的所见即所得的界面。
The Database interface Designer option identifies the database you want to access.
Database interfaceDesigner选项指定要访问的数据库。
This means the application USES the JDBC DataSource interface to establish connections to the database. This is the preferred access method for a J2EE application for several reasons.
这意味着应用程序使用JDBCDataSource接口来建立到数据库的连接。
Users connect to database by access interface LIBPQ and are authorized to access and operate views of themselves.
用户通过访问接口LIBPQ连接到数据库,授权访问和操作自己的视图。
The system structure is a multilayer system structure with five layers. They are user interactive layer, system program interface layer, mining core service layer, data access layer, database layer.
系统使用五层体系结构,分别为:用户交互层,系统编程接口层,挖掘核心服务层,数据库访问层,数据库。
In this paper, taking the building scheme cooperative design platform as an example, we bring forward different data access methods for different data and set up the framework of database interface.
以建筑物协同设计平台为例,提出了采用不同的数据存取模式存取不同数据的方法,建立了数据库接口层的模型框架并给出数据库系统优化的方法。
And also by using the principle and mechanism of ODBC interface technique PB to access the database, this paper provides a solution based on ODBC middleware for heterogeneous database integration.
提出了用PB的ODBC接口访问数据库的原理和机制,为异构数据库的集成提供了一种基于ODBC中间件的解决方案。
The model access interface is designed and realized to guarantee that the system can be applied to all kinds of database and can be configured database conveniently.
并且本系统还设计了模型存取接口,使得系统能够适应各种数据库,可以方便地配置数据库参数。
NET technique to set up the user interface, to create efficient and safe connection and access to the back-end database.
NET等技术,构建用户界面和对后端数据库的高效安全连接访问。
Implementation scheme includes interface implement, kernel technology implement and database access.
实现方案包括界面实现、核心技术实现和数据库访问。
Design, implement and unit test the assigned components, modules and projects, including the necessary user interface, business functionality, database access and application integration.
完成所分配模块和组件的设计,编码实现和单元测试,包括用户界面,功能逻辑,数据库访问和各种应用集成。
There are special tools for database applications and developing, which always lower the speed of data access and processing while accessing database with hierarchical interface.
数据库应用与开发都有专门成熟的工具,但是在利用层层接口去访问数据库时却往往影响了数据的访问、处理速度。
Using the Access customer interface tool to create and manage the database.
利用Access用户界面工具进行数据库的创建和管理。
The user can access and manage the electric document database running on UNIX server through the multi-document-interface.
用户通过客户端的多文档界面对运行于UNIX服务器上的电子文档数据库进行访问和管理。
ODBC is a call-level interface that allows applications to access data in any database for which there is an ODBC driver.
ODBC是一种呼叫层级介面,可允许应用程序在有odbc驱动程序情况下存取资料库的资料。
Since everything happens on a single thread performing long operations, like network access or database queries, on this thread will block the whole user interface.
一旦所有的事件都在一个线程中进行耗时的操作,比如说在这个线程上进行网络连接,数据库访问,会阻塞程序的界面响应。
Since everything happens on a single thread performing long operations, like network access or database queries, on this thread will block the whole user interface.
一旦所有的事件都在一个线程中进行耗时的操作,比如说在这个线程上进行网络连接,数据库访问,会阻塞程序的界面响应。
应用推荐