On 1 Jun 2012, at 4:55am, Manish Swaroop <manixa...@gmail.com> wrote:

> I created a table in SQLite and inserted few records. However I was unable
> to use the .backup command and keep getting the following error message:
> Error: cannot open testdatabase123.db

The documentation says that the command format is

.backup ?DB? FILE      Backup DB (default "main") to FILE

I don't know whether the tool correctly understands a missing database name, so 
try specifying 'main' (or whatever it is you're using) explicitly before the 
name of the file.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to