-
I have a small sample program attempting to connect to our existing SQLite DB (version 3.35.5) on Solaris 5.11. I'm using sqlite-jdbc-3.41.2.1.jar. I've used every connection string I saw documented, including the "jdbc:sqlite::memory:" one, and I always just get "Error opening connection". Is there anyway to turn up tracing or debug what the problem is? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
We don't ship the native lib for Solaris, you would need to compile it yourself. |
Beta Was this translation helpful? Give feedback.
-
OK. Thank you! |
Beta Was this translation helpful? Give feedback.
Our library doesn't ship with the Solaris native lib for sqlite. It won't work if you don't compile it and provide it yourself.