José Antonio Gonçalves Motta
<[EMAIL PROTECTED]> wrote:
I'm accessing SQLite through a JDBC driver in a java program, but I
get an error everytime I use SQLite line command (like ".output").

You are confusing SQLite database engine with sqlite3 command line utility. Commands like .output are implemented by the latter, not the former. sqlite3 is an application that uses SQLite engine internally - just like yours.

Igor Tandetnik

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to