This is not applicable for me, because I will need go out of the
application.
Is somethere  a form of execute the SQLite Shell from Visual Basic in a
hidden manner?

Regards

Esteban



2011/12/5 Joe Mistachkin <sql...@mistachkin.com>

>
> 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
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to