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|/path/to/file"
> I read this as should be sqlobject.dburi="sqlite:///drive_C|/sqlite"
First of all, this is the path to the database file, not the *program*
sqlite.exe. You get to pick where your database *file* is with sqlite;
typically, it ends with the ".db" extension, but that is only a
convention, not a necessity.
Secondly, don't write "drive_C", write "C" instead.
Thirdly, I have never used SQLite on Windows, but I think my advice still
makes sense.
-- Asheesh.
--
In Mexico we have a word for sushi: bait.
-- Josi Simon
_______________________________________________
sqlobject-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss