可以试试嵌入式数据库服务器。
嵌入式数据库部署特有的困难。
Derby是一种嵌入式数据库。
关闭嵌入式数据库引擎。
Informix特别适合作为嵌入式数据库使用。
Informix is particularly well suited for use as an embedded database.
并基于此模型开发了嵌入式数据库平台。
It studies pivotal problems of this model and develop an embedded database platform.
使用嵌入式数据库服务器需要不同于传统企业部署的部署方式。
Working with a database server that will be part of an embedded deployment requires a different approach from a traditional enterprise deployment.
通常情况下,嵌入式数据库打包为库,与应用程序代码直接链接。
Typically, an embedded database is packaged as a library and is linked directly to application code.
在这个场景中,我们不使用WPSH中预先配置的嵌入式数据库。
In this scenario, you will not use the embedded, pre-configured database in the WPSH.
嵌入式数据库服务器常常在存储空间和内存方面受到严格的限制。
Embedded database servers must often respect strict storage and memory limits.
当使用Derby完全完成ant脚本时,最好关闭嵌入式数据库引擎。
When your Ant script is completely finished using Derby, it is a very good idea to shutdown the embedded database engine.
我本来的目的是在程序中使用嵌入式数据库,同时不依赖于额外的dlls。
My original goal was to deploy an application with an embedded database without additional DLLS.
BDB之所以是嵌入式数据库是因为它是直接连到应用程序中的。
Berkeley DB is embedded because it links directly into the application.
使数据库服务器适合于传统企业环境的许多性质也适用于嵌入式数据库服务器。
Many of the characteristics that make a database server a good fit in a traditional enterprise environment also apply to an embedded database server.
由于这是嵌入式应用程序,因此这段代码还负责创建和初始化嵌入式数据库本身。
Because this is an embedded application, this code is also responsible for creating and initializing the embedded database itself.
为简单起见,使用的是嵌入式数据库apacheDerby10.6.1。
To keep things simple, an embedded database, Apache Derby 10.6.1, was used.
其次,本文讨论了实时嵌入式数据库基本功能实现的理论基础和实现方法。
Secondly, the basic theory and realization methods of the real-time embedded database 's fundamental functions are discussed in the paper.
嵌入式数据库服务器支持的应用程序必须能够开箱即用,数据库本身也必须不需要设置。
And just as the application it supports must be ready to operate out of the box, an embedded database server must require little or no setup.
嵌入式数据库用来保存各种信息,嵌入式数据库管理系统统一管理各种数据。
The embedded database is used to store all kinds of information and the management system of embedded database manages all the data.
注意,不需要像使用JDBC那样用到用户名或密码—这是使用嵌入式数据库的优点之一。
Notice there is no need for user names or passwords as you might usually see with JDBC - one benefit of using an embedded database.
我们使用的是嵌入式数据库,但是我们处理它的方式和通过JDBC 访问的其他数据库一样。
We are using an embedded database, but we get to treat it like it is just another database being accessed through JDBC.
虽然嵌入式数据库的应用不计其数,但是许多人都不知道用Derby可以实现的一些客户端功能。
There are countless USES of an embedded database, but many people are not aware of some of the client-side functionality that is possible with Derby.
Apache的Derby数据库是一个小型的内存中数据库,它是用作嵌入式数据库的理想选择。
Apache's Derby database is a small, in-memory database that's ideal for use as an embedded database.
本文将结合工业控制的应用背景,来分析和研究工控应用系统中嵌入式数据库的实时性问题。
In this paper, I analyze and study the problem of real-time of the database that applied in the industrial control embedded real-time systems in the background of the industrial control application.
它是一种纯嵌入式数据库,可以用在应用程序中,也可以作为更传统的客户机-服务器应用程序的数据库。
It's a purely embedded database that can either be used within an application, or as the database for a more traditional client-server application.
最后,本文对集成了嵌入式数据库的客户端进行了测试并分析了其对客户端系统数据存储和性能的优化。
Finally, we did a test on the embedded database integrated client side system and analyze the optimization of data storage and performance.
本文在分析了嵌入式远程实时监控系统的实际需求之后,提出了基于嵌入式数据库的应用系统架构方案。
After analysing the real requirement of embedded remote real-time supervisory system, the application system architecture based on embedded database was put forward in the paper.
文章以嵌入式数据库(EDB)项目研究为背景,旨在探讨EDB任务执行器及其优化方法的研究问题。
This paper taking the project research of EDB as background, To research problems of task executer of EDB and its optimization methods.
最后一点很重要:在将ApacheDerby用作嵌入式数据库时,数据库文件的默认位置是在代码所在的目录中。
This last point is important: When you're using Apache Derby as an embedded database, the default location for the database files is in the directory where your code resides.
最后一点很重要:在将ApacheDerby用作嵌入式数据库时,数据库文件的默认位置是在代码所在的目录中。
This last point is important: When you're using Apache Derby as an embedded database, the default location for the database files is in the directory where your code resides.
应用推荐