java.sql.SQLException: SQL logic error or missing database, SQLite, JDBC
- by Sunil Kumar Sahoo
Hi All,
I ahve created database connection with SQLite using JDBC in java. My sql statements execute properly. But sometimes I get the following error while i use conn.commit()
java.sql.SQLException: SQL logic error or missing database
Can anyone please help me how to avoid this type of problem.
Can anyone give me better approach of…