Re: [sqlite] table persistance (newbie)

2006-10-01 Thread Martin Jenkins
George Herson wrote: > Thanks for the info, Rich Shepard and Jan Kandziora. > > 3 documention-related suggestions about this: > > It seems to me that > http://www.sqlite.org/lang_createtable.html should > mention the ramifications of not passing in a database > name when using the sqlite3

Re: [sqlite] table persistance (newbie)

2006-10-01 Thread George Herson
warning, readers: the below is boring. I'm just following up. --- Rich Shepard <[EMAIL PROTECTED]> wrote: > On Sun, 1 Oct 2006, George Herson wrote: > > > It seems to me that > http://www.sqlite.org/lang_createtable.html should > > mention the ramifications of not passing in a > database name

Re: [sqlite] table persistance (newbie)

2006-10-01 Thread Rich Shepard
On Sun, 1 Oct 2006, George Herson wrote: It seems to me that http://www.sqlite.org/lang_createtable.html should mention the ramifications of not passing in a database name when using the sqlite3 executable. George, I believe that the examples always show a database name when the executable

Re: [sqlite] table persistance (newbie)

2006-10-01 Thread George Herson
Thanks for the info, Rich Shepard and Jan Kandziora. 3 documention-related suggestions about this: It seems to me that http://www.sqlite.org/lang_createtable.html should mention the ramifications of not passing in a database name when using the sqlite3 executable. the executable should confirm

Re: [sqlite] table persistance (newbie)

2006-10-01 Thread Rich Shepard
On Sun, 1 Oct 2006, George Herson wrote: I downloaded sqlite3.exe (as sqlite-3_3_7.zip) today onto WinXP Home, created a couple (non-temp) tiny test tables with it, entered .exit, ran sqlite3.exe once again, and found that those oh-so-promising electric charges had apparently been

Re: [sqlite] table persistance (newbie)

2006-10-01 Thread Jan Kandziora
Am Sonntag, 1. Oktober 2006 18:20 schrieb George Herson: > Did I in fact lose the > tables? How do I save next time? > Call sqlite3 with the database file name you intend as an argument. If you miss it, all tables will be in RAM only. Kind regards Jan -- Even more amazing was the

[sqlite] table persistance (newbie)

2006-10-01 Thread George Herson
I downloaded sqlite3.exe (as sqlite-3_3_7.zip) today onto WinXP Home, created a couple (non-temp) tiny test tables with it, entered .exit, ran sqlite3.exe once again, and found that those oh-so-promising electric charges had apparently been unintentionally bequeathed to the bit bucket. I.e., I