On 23/10/2007, Vijaya Lakshmi <[EMAIL PROTECTED]> wrote:
.
> sqlite.org and used the command line
>
> sqlite>sqlite old.db .dump | sqlite 3 new.db
> but after this nothing happens it just shows as below...
> ....>

Type the command at the operating system prompt, not whilst sqlite is
already running.
Note also that there should be no space between "sqlite" and "3",
viz

C:\> sqlite old.db .dump | sqlite3 new.db

Rgds,
Simon

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

Reply via email to