On 6/4/2012 3:48 PM, Patrick wrote:
Is their a syntax similar to mysql's 'SELECT INTO OUTFILE' in the C API?

No. But in your C program, you can always write code that reads results from SQLite, then writes them to a file in the format of your choice.

I see the sqlite3 binary has an interactive .output parameter.

It contains code that does exactly what I've described.
--
Igor Tandetnik

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

Reply via email to