Regarding:  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"). Is it 
because the driver doesn't understand those commands?"



Commands such as ".output" are not part of sqlite proper. They are part of the 
command line utility program (though that program is itself open source should 
you need it).

Look on page:
   http://www.sqlite.org/download.html
for the "command-line program" (sqlite3)

 

-----Original Message-----
From: José Antonio Gonçalves Motta [mailto:[EMAIL PROTECTED] 


This message has been scanned for viruses by MailControl - www.mailcontrol.com

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

Reply via email to