How can i deploy a system that I can install in a PC and dont have to install a DBMS locally. I want the data repository of this system to sync with the main database online whenever the user want. The local system wont have internet access all the time. I could manage data locally with files or Access but I think a better solution must exist for this kind of problem. What do you recommend me. I dont know if I explained my self well :P
+4
A:
QSQLITE. SQLite is a very popular database that runs locally in-process without any required configuration. QSQLITE is a plugin that provides a convenient QT-style API for it.
You will still have to write some kind of syncing/replication.
Matthew Flaschen
2010-02-12 19:54:45
+1
A:
Firebird exist with embedded version
The embedded version is an amazing variation of the server. It is a fully featured Firebird server packed in just a few files. It is very easy to deploy, since there is no need to install the server. It is ideal for CDROM catalogs, demos or standalone desktop applications.
Hugues Van Landeghem
2010-02-12 22:12:32
A:
SDReyes
2010-02-12 22:16:08