Re: [sqlite] Where is the database file created?

2008-03-22 Thread Kees Nuyt
On Sat, 22 Mar 2008 22:06:12 +0900, you wrote: >The command line is >in my email and its result. I don't think there is any mention of in-memory >database in the feature list either. I thought it might help to improve the >documentation. I agree the http://sqlite.org/quickstart.html page should

Re: [sqlite] Where is the database file created?

2008-03-22 Thread Igor Tandetnik
"Fred Janon" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > and since it doesn't show a file, I presume that sqlite does actually > support in-memory temporary databases? Yes. > Where is is documented? http://sqlite.org/c3ref/open.html the paragraph that mentions :memory:

Re: [sqlite] Where is the database file created?

2008-03-22 Thread Gilles Ganault
On Sat, 22 Mar 2008 22:06:12 +0900, "Fred Janon" <[EMAIL PROTECTED]> wrote: >Thanks, I did already read that page and all the other ones. I was asking a >question about SQLLite3.exe very precisely, I thought. The command line is >in my email and its result. I don't think there is any mention of

Re: [sqlite] Where is the database file created?

2008-03-22 Thread Fred Janon
Thanks, I did already read that page and all the other ones. I was asking a question about SQLLite3.exe very precisely, I thought. The command line is in my email and its result. I don't think there is any mention of in-memory database in the feature list either. I thought it might help to improve

Re: [sqlite] Where is the database file created?

2008-03-22 Thread Christian Smith
On Sat, Mar 22, 2008 at 06:44:45PM +0900, Fred Janon wrote: > Hi, > > I read the documentation, features and faq and could not find anything that > specifies where (which directory) the database file is stored. I launched > sqlite3.exe on windows without a database name, using the '.databases' >

[sqlite] Where is the database file created?

2008-03-22 Thread Fred Janon
Hi, I read the documentation, features and faq and could not find anything that specifies where (which directory) the database file is stored. I launched sqlite3.exe on windows without a database name, using the '.databases' command, I get: sqlite> .databases seq name file ---