At 07:50 01/02/2006, you 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.
You can use SQLRelay from http://sqlrelay.sourceforge.net It support SQLite and other databases and several languages and bindings.
HTH

