On 12 Jul 2010, at 1:13pm, Giuseppe Scopelliti wrote:

> 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?

Write your own code in your own programming language.

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

Reply via email to