Re: [SQLObject] sqlite db question

2006-06-11 Thread Oleg Broytmann
On Sat, Jun 10, 2006 at 10:55:12PM -0400, [EMAIL PROTECTED] wrote: > # for Windows users, sqlite URIs look like: > # sqlobject.dburi="sqlite:///drive_letter|/path/to/file" > I read this as should be sqlobject.dburi="sqlite:///drive_C|/sqlite" sqlobject.dburi="sqlite:///C|/sqlite/database.name"

Re: [SQLObject] sqlite db question

2006-06-10 Thread Asheesh Laroia
On Sat, 10 Jun 2006, [EMAIL PROTECTED] wrote: > having a problem setting up the sqlite DB > > running on win xp pro > > my sqlite is sqlite3 located at C:\sqlite (nothing here but the > program sqlite3.exe > > # for Windows users, sqlite URIs look like: > # sqlobject.dburi="sqlite:///drive_letter|

[SQLObject] sqlite db question

2006-06-10 Thread cobra7
having a problem setting up the sqlite DB running on win xp pro my sqlite is sqlite3 located at C:\sqlite (nothing here but the program sqlite3.exe # for Windows users, sqlite URIs look like: # sqlobject.dburi="sqlite:///drive_letter|/path/to/file" I read this as should be sqlobject.dburi=