Hi,

Vishal Kashyap wrote:
Dear All,

We have an existing Sqlite application which till now was fine running
on single machine. Now we need flexibility of client server model. Is
this possible with Sqlite ? . Or alternatively is it possible to use
Sqlite db file from shared drives.


--
With Best Regards,
Vishal Kashyap.
http://www.vishal.net.in





I wrote a library for this type of usage. I was needed wxSQLite3 implementation which can be used local/or C/S transparently.
For server side I'm using Lua bindings of sqlite3. To communicate
with server I'm using Yami messaging library. For client side
I'm using -higly modified- wxSQLite3 library. All of the
communication/usage etc. is enveloped in a simple interface called:
DSAS. Although I started to write this for sqlite3 usage,
library is more generic now.

Maybe You find a usage for it.

For download look given address for DSAS.

--
Regards,
Hakki Dogusan
http://www.dynaset.org/dogusanh




Reply via email to