RE: [sqlite] Sqllite As server

2006-02-01 Thread Lynn Fredricks
> >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.

There are a lot of commercial products now based on an SQLite engine as
well, but then you have to concern yourself with how they've adapted it to
the network. Just peruse the sub-industry add-on market of your favorite
tool -- Im sure you'll find one (VB, REALbasic, .net, etc).

Best regards,

Lynn Fredricks
President
Paradigma Software, Inc

Joining Worlds of Information

Deploy True Client-Server Database Solutions
Royalty Free with Valentina Developer Network
http://www.paradigmasoft.com





Re: [sqlite] Sqllite As server

2006-02-01 Thread Eduardo

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 



Re: [sqlite] Sqllite As server

2006-02-01 Thread Hakki Dogusan

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






Re: [sqlite] Sqllite As server

2006-02-01 Thread Craig Morrison

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.


Don't know if this is of any use..

http://www.it77.de/sqlite/sqlite.htm

Look around the Wiki for SQLite, there's some good information there.

--
Craig Morrison
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
http://pse.2cah.com
  Controlling pseudoephedrine purchases.

http://www.mtsprofessional.com/
  A Win32 email server that works for You.