Hi,
I'm writing a server that will give remote access to sqlite databases.
I plan to give a C library that will offer the same APIs as sqlite but will access the database through the server.
I will write a MFC GUI application to run sql commands and reports on remote sqlite servers.
This will enable users to compile code written for sqlite and gain remote access with zero work (just recompiling).
I was wondering if anybody knows on such existing projects.
I will be happy to hear any comments from the forum on possible design issues, required features or any other tips that can help me on my work.
The project will be published as "public domain".
I will use SOAP (gsoap) as the transport layer (which is good for passing firewalls etc).


Thanks in advance,
   Avner

Reply via email to