Answer the question
In order to leave comments, you need to log in
SQLite query error?
I connect the database:
class.forName("org.sqlite.JDBC");
Connection c = DriverManager.getConnection("jdbc:sqlite:/root/dir/plugins/file/base.db";
Statment st = c.createStatment();
System.out.println(st.execute("CREATE TABLE IF NOT EXISTS a(name TEXT NOT NULL)")) ;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question