Re: [sqlite] DML from .read in DOS Shell

2012-03-30 Thread Simon Slavin
On 29 Mar 2012, at 4:38pm, Randall Kuchik wrote: > I get the incomplete SQL error when I attempt to run DML command in files > (INSERT, UPDATE, DELETE, SELECT) using the .read command. I am able to run > any DDL statements I try (CREATE, ALTER, etc.) with no problem. I am using > SQLite 3.7.11

[sqlite] DML from .read in DOS Shell

2012-03-30 Thread Randall Kuchik
I get the incomplete SQL error when I attempt to run DML command in files (INSERT, UPDATE, DELETE, SELECT) using the .read command. I am able to run any DDL statements I try (CREATE, ALTER, etc.) with no problem. I am using SQLite 3.7.11 on Windows XP. sqlite> .read x5.txt Error: incomplete SQL: