walterDurin / sqlite-jdbc

Automatically exported from code.google.com/p/sqlite-jdbc
Apache License 2.0
0 stars 0 forks source link

SQLITE_NOTADB : file is encrypted #21

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create sqlite (version 3) DB file with encryption key
2. Connect to this DB using Xerial jar
3. Throws error java.sql.SQLException: [SQLITE_NOTADB]  File opened that is not 
a database file (file is encrypted or is not a database)

What is the expected output? What do you see instead?
Should connect successfully.

What version of the product are you using? On what operating system?
3.7.2 on Win XP (AMD x64)

Please provide any additional information below.

Original issue reported on code.google.com by abhaywak...@gmail.com on 27 Feb 2012 at 1:56