On 4 Jun 2012, at 8:48pm, Patrick <patr...@michael-clarke.com> wrote:

> Is their a syntax similar to mysql's 'SELECT INTO OUTFILE' in the C API?
> I see the sqlite3 binary has an interactive .output parameter.  Anything 
> similar in the C API?

Nope.  Sorry.  You have to write your own C code to output to a file.  The 
'.output' depends on code in the shell tool, it doesn't trigger a part of the 
API.

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

Reply via email to