>>because it only would be helpful the first time
one uses the sqlite commandline shell.<<

No, this is not true.  Some of us have very short memories!  :)

Michael Hooker

-----Original Message-----
From: Kees Nuyt [mailto:[EMAIL PROTECTED]
Sent: 30 December 2006 17:07
To: sqlite-users@sqlite.org
Subject: Re: [sqlite] Using sqlite.exe



Hi Michael,

On Sat, 30 Dec 2006 15:22:13 -0000, you wrote:

> Thank you Kees - this works!

I'm glad it does.

>I have been running sqlite3.exe simply by clicking on its icon in My
>Computer and I wrongly assumed that doing this would automatically make the
>current directory the one where sqlite3.exe is found.  When I come to use
it
>from within my Delphi program I shall ensure that I "cd" to the appropriate
>directory first.
>
>Just a suggestion for the programmers, but it would be helpful if
>sqlite3.exe came back with a response like "Database <name> opened" or
>"Database <name> created in directory <name>"  - it would give those of us
>who don't often use command line programs a bit of a clue what's going on.
>I have forgotten a lot since my DOS days!

Though it is a nice suggestion I doubt anyone would care to
write the patch, because it only would be helpful the first time
one uses the sqlite commandline shell. Once you've set up your
development environment, you'll never have to think about it
again.

If anyone wants to make an effort, just make sure to only output
those messages in the same way as the version information:
suppress if redirection is active.

>Thanks once again - I can get on with my work now!

You're welcome, good luck, have fun.

>Michael Hooker
>
>-----Original Message-----
>From: Kees Nuyt [mailto:[EMAIL PROTECTED]
>Sent: 30 December 2006 12:38
>To: sqlite-users@sqlite.org
>Subject: Re: [sqlite] Using sqlite.exe
>
>Make that
> C:\sqlite3\sqlite3.exe C:\sqlite3\BaseStation.sqb
>or you will end up creating the database in what happens to be
>the current directory,
>
>and then execute
>       .tables
>or
>       .schema
>to check what's in there.
>--
>  (  Kees Nuyt
--
  (  Kees Nuyt
  )
c[_]

----------------------------------------------------------------------------
-
To unsubscribe, send email to [EMAIL PROTECTED]
----------------------------------------------------------------------------
-

--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.409 / Virus Database: 268.16.0/609 - Release Date: 29/12/2006

--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.409 / Virus Database: 268.16.0/609 - Release Date: 29/12/2006


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to