Hi Sérgio, could you please expand on your question? SQLite is embeddable database that works without passwords. If you have an encrypted SQLite database, sqlite4java cannot open it - support for encryption should be purchased from SQLite authors.
If you have purchased encryption support, you can probably recompile sqlite4java with the SQLite sources you've got.
Igor
On Friday, December 28, 2012 10:03:09 PM UTC+4, Sérgio Henrique wrote:
How open a database with password?
Thank you!