On 5/22/2013 8:58 AM, Sean Dzafovic wrote:
I downloaded the shell and the dll from the sqlite.org site. I put the
.dll in the windows/system32 folder. However, when I try to create a
test db using the command "sqlite3 test.db" as per the example, I get
"Error: near "sqlite3" :syntax error.

What am I doing wrong?

You are running this command on sqlite3 command line (do you see "sqlite3>" prompt?) Instead, you should run this command on Windows command line (Start > Run > cmd), in order to start sqlite3 shell with a given DB file as a parameter.
--
Igor Tandetnik

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

Reply via email to