本文介绍了是否可以同时运行嵌入式和客户端服务器derby数据库?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
背景:
我要加强现有的应用程序。此应用程序已经使用derby。
Background:I am about to enhance an existing application. This application uses already derby.
对于其他用例,我也想使用derby。
For an other use case I want to use derby, too.
可以同时运行嵌入式AND客户端服务器derby数据库?
Is it possible to run embedded AND client server derby database at the same time?
推荐答案
是的,你可以这样做。我们将此称为嵌入式服务器,您可以在此处找到更多详细信息:
Yes, you can do this. We call this "Embedded Server", and you can find more details here: http://db.apache.org/derby/docs/10.10/adminguide/cadminov17524.html
这篇关于是否可以同时运行嵌入式和客户端服务器derby数据库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!