On 1 Sep 2017, at 9:50pm, Simon Slavin <slav...@bigfraud.org> wrote:

> you appear to be trying to execute a command with the database name in, 
> something like
> 
>> "F:\\Temp\\test_database.jdb "VACUUM"

I’ve just realised what’s going on.  OP has confused the sqlite3 shell tool 
with what it’s like to use the SQLite API.  The above extract looks like 
something you might issue to a shell to use the shell tool (which is designed 
as an interactive exploration aid) as a scripting tool.

Papa, please take a look at this page:

<https://sqlite.org/quickstart.html>

and use the example at the end of the page as a starting point.  Then you might 
move on to this page:

<https://sqlite.org/cintro.html>

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

Reply via email to