Esteban Cervetto wrote:
> 
> I dont know how to run sqlite "dot" commands with this dll library. I am
> googling it so much. :(
> 

The System.Data.SQLite classes do not have direct support for executing the
"dot" commands provided by the SQLite shell; however, you could execute the
sqlite3.exe file as an external process, passing it the necessary arguments.

For more information on the shell, please see:

        http://www.sqlite.org/sqlite.html

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

Reply via email to