[SQLITE_NOTADB] File opened that is not a database file (file is not a database) when passing from 3.38.5 to higher #172
Replies: 1 comment
-
|
Hello, Sorry for the delay. You should not use the user / password api of DriverManager as this is not a supported method. Given your code, can you try using a Keep in mind that I would prefer the more "modern" way to configure the connection introduced a while back. If required you can fully configure the connection using the setters on SQLiteMCSqlCipherConfig or SQLiteMCConfig Hope it helped |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
with this version :
and this code:
it's all ok!
If i upgrade to 3.39.0 version or higer (now i'm testing with 3.51.2.0)
i obtain an exception like this :
[SQLITE_NOTADB] File opened that is not a database file (file is not a database)could you help me to upgrage the code ?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions