Re: [sqlite] sqlite and windows shares

2004-12-06 Thread Steve D. Perkins
Ditto that... There is no problem using a windows share.  


On Mon, 06 Dec 2004 17:20:46 +0100, Gregory Letellier
<[EMAIL PROTECTED]> wrote:
> this works fine on windows, i've use it
> 
> Christian Kienle a écrit :
> 
> 
> 
> > Hi all,
> >
> > I would like to write an app with C++ which uses sqlite.
> > We will soon have a windows network here. Is it possible to place the
> > sqlite database files on one server and to let the client apps access
> > the sqlite db file through a windows share which is "mounted" like a
> > normal drive - like G:\my\path\to\mydb.db?
> >
> > At the moment I have no windows to test it.
> >
> > It would be cool to tell me that. :)
> >
> >
> > thx
> > Christian
> >
> >
> >
>


Re: [sqlite] sqlite and windows shares

2004-12-06 Thread Clay Dowling

Christian Kienle said:
> I would like to write an app with C++ which uses sqlite.
> We will soon have a windows network here. Is it possible to place the
> sqlite database files on one server and to let the client apps access
> the sqlite db file through a windows share which is "mounted" like a
> normal drive - like G:\my\path\to\mydb.db?

http://www.sqlite.org/faq.html#q7

In summary, it's perfectly possible, but not recommended.  One way to make
it work is to have the writer app run on the machine which holds the
database and only have clients access it via shares.  If you use a fairly
fast protocol (i.e. not SOAP) the speed issues shouldn't be too bad.

Clay
-- 
Lazarus Notes from Lazarus Internet Development
http://www.lazarusid.com/notes/
Articles, Reviews and Commentary on web development


Re: [sqlite] sqlite and windows shares

2004-12-06 Thread Christian Kienle
Thx.

On Dec 6, 2004, at 5:20 PM, Gregory Letellier wrote:
this works fine on windows, i've use it
Christian Kienle a écrit :
Hi all,
I would like to write an app with C++ which uses sqlite.
We will soon have a windows network here. Is it possible to place the 
sqlite database files on one server and to let the client apps access 
the sqlite db file through a windows share which is "mounted" like a 
normal drive - like G:\my\path\to\mydb.db?

At the moment I have no windows to test it.
It would be cool to tell me that. :)
thx
Christian





Re: [sqlite] sqlite and windows shares

2004-12-06 Thread Gregory Letellier
this works fine on windows, i've use it
Christian Kienle a écrit :
Hi all,
I would like to write an app with C++ which uses sqlite.
We will soon have a windows network here. Is it possible to place the 
sqlite database files on one server and to let the client apps access 
the sqlite db file through a windows share which is "mounted" like a 
normal drive - like G:\my\path\to\mydb.db?

At the moment I have no windows to test it.
It would be cool to tell me that. :)
thx
Christian