[web2py:32231] Re: Can Web2py use a SQLite database on another machine on the LAN?

2009-10-05 Thread BluePoint
dDocs\storage.sqlite') (using a raw string to avoid having to double up the \ characters) So it can be done. Thanks again everyone. Phil On Oct 5, 2:45 am, Álvaro Justen [Turicas] wrote: > On Sun, Oct 4, 2009 at 08:18, BluePoint wrote: > > > Yes, thanks, I understand that - my cur

[web2py:32185] Re: Can Web2py use a SQLite database on another machine on the LAN?

2009-10-04 Thread BluePoint
o share the folder (smb or nfs). > > On Oct 3, 10:49 am, BluePoint wrote: > > > > > I currently have a suite of 3 applications (not using Web2py) which > > run on different machines on a LAN and all access a single SQLite > > database on one of those machines. I

[web2py:32158] Can Web2py use a SQLite database on another machine on the LAN?

2009-10-03 Thread BluePoint
I currently have a suite of 3 applications (not using Web2py) which run on different machines on a LAN and all access a single SQLite database on one of those machines. I am considering porting the applications to Web2py but I wonder if it will be possible to share the database in this way. --~--