embedded-database
Does SQLite support replication?
In an application which embeds SQLite3 and uses an in-memory database, is it possible to replicate the database between two running instances of the application?I could do this by hand with a homebrew[详细]
2022-12-14 06:19 分类:问答Java, MySQL: Is there a way to embed a MySQL server with a Java program?
One thing I love about .NET is the ability to have a database file along with the project. I know that using a SQLite database, this can be done, but did someone achieve this with a MySQL database bac[详细]
2022-12-12 15:20 分类:问答How to specify a variable expression list in a Pro*C query?
I have a problem with a Pro*C query I\'m trying to optimise. To explain, our application searches for rows in a huge database. These rows exist in several languages and the old code selected a row fo[详细]
2022-12-12 05:38 分类:问答Can an embedded Derby database be accessed for analysis from a program like MS Access/ExcelP
I would like to access data stored in an embedded Derby database by my Java application from a program like MS 开发者_运维百科Access/Excel, Open Office, etc?[详细]
2022-12-11 04:44 分类:问答Reliable and efficient key--value database for Linux? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-10 14:15 分类:问答Can PostgreSQL be used with an on-disk database?
Currently, I have an application that uses Firebird in embedded mode to connect to a relatively simple database stored as a f开发者_运维知识库ile on my hard drive. I want to switch to using PostgreSQL[详细]
2022-12-09 06:04 分类:问答
加载中,请稍侯......