On Wed, May 29, 2013 at 4:31 PM, Maxime Gerum <pilot....@hotmail.fr> wrote:

>
> it works, but in c++, if i make request[4]= ”.mode csv”
>

.mode is a command from the shell program sqlite3, and is not valid SQL.
The C API only knows SQL, so you'll have to write the import/export code
yourself or steal it from the shell.


-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to