Hi guys,
I am currently working on a project but can't seem to get past this error.
I am using java to create/manipulate the SQLite database.
This is the class that deals with the database code, here is the creation of the charge table:
//create the charge table.
try{...