sqlitedbms-devel Mailing List for SQLiteDBMS
Status: Inactive
Brought to you by:
nonun
You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
---|
From: stephan b. <st...@s1...> - 2006-07-13 23:24:34
|
On Friday 14 July 2006 01:22, stephan beal wrote: > When i follow the quick-start guide i get to the point of connecting > with my browser, but i get no further... My apologies: i forgot to mention that i'm running version 0.4.2 (on a=20 Suse Linux 10.1 box, if it makes any difference). =2D-=20 =2D---- st...@s1... http://s11n.net "...pleasure is a grace and is not obedient to the commands of the will." -- Alan W. Watts |
From: stephan b. <st...@s1...> - 2006-07-13 23:22:43
|
Hiya! i just came across sqlitedbms today and am very excited about it. i=20 would like to look into using it with my serialization library to=20 provide serialization support on top of the existing sqlite3 add-on=20 (http://s11n.net/sqlite). However... When i follow the quick-start guide i get to the point of connecting=20 with my browser, but i get no further... i've tried: http://localhost:6543/ (like the docs say) http://admin:password@localhost:6543/TEST (as shown in some code sample) http://localhost:6543/client/js.htm but i always get "Resource not found". i have traced that text back to=20 backend.c, so i know it's coming from sqlitedbms and not my browser. i=20 populated the TEST db with table named 'foo', but that made no=20 difference. i'm confused. What do i need to do in order to connect to the server=20 over the web browser? Any tips would be much appreciated! And a question before i go off and duplicate somebody else's work: i would like to write a wrapper script similar to apachectl, for=20 starting and stopping sqlitedbms. Is there already one somewhere? =2D-=20 =2D---- st...@s1... http://s11n.net "...pleasure is a grace and is not obedient to the commands of the will." -- Alan W. Watts |
From: <non...@gm...> - 2006-06-12 18:46:27
|
test |
From: <non...@gm...> - 2006-06-11 14:59:54
|
SQLiteDBMS 0.3.1 released. 1. Support *prepared statement* 2. Support MacOS X(tested on intel macmini) .. and more fix and improve libsqlited document: http://sqlitedbms.sourceforge.net/doc/libsqlited.htm Release note: http://sourceforge.net/project/shownotes.php?release_id=423823&group_id=106881 Homepage: http://sqlitedbms.sourceforge.net/ |