mardi 1 septembre 2015

How can I use sqlite3 database on a network share drive?

I am writing a time tracking Windows application in C++ that uses sqlite3 engine to store its data. For my purpose it would be nice to share the database file across the local network (in a Windows network share folder) among several copies of my application, so that multiple users of the software could share data.

Is there a mechanism to do that with SQLite?

Aucun commentaire:

Enregistrer un commentaire