Hello,
I use sqlite3 for embedded arm system.

I need a command sequence that is able to export data from a single 
table to csv format.

I use .output command from sqlite3 shell, and set to column with ; to 
separe field at the same line.

But I need to:

1. run that script every 10 minuts.
2. append new record to export csv file

What is the best solution to make that?

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

Reply via email to