I am using the SQLlite as the embedded database in my java web application and i also added the h2 dependency in my project, so that i can access the database through its console. I was able to connect to the database without any issues but unable to run any queries, receiving the error message "java.sql.SQLException: not implemented by SQLite JDBC driver", Not receiving any error message when i am performing the same operation in the application.
Asked
Active
Viewed 102 times