Hello,

I want to ask you if is any way to call sqlite special commands
programatically from c#.
E.g. I need something like this in code not in command line:

sqlite> .mode csv
sqlite> .output test.csv
sqlite> select * from tbl1;
sqlite> .output stdout

If not, what is the quicker way to export table programatically? Now I`m
doing it with DbDataReader, but it is slow.

Ps: There is not any support user forum??

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

Reply via email to