java.sql.SQLException: General error
807591Jun 18 2008 — edited Jun 18 2008Hi,
I'm trying to insert some data in my access database but it gives me this error: java.sql.SQLException:General error
what does this error means, is there something wrong with the data that I'm trying to insert into the database?
or there is a problem with the connection?.
i'm using:
//Database Connection
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
con = DriverManager.getConnection("jdbc:odbc:Security");
I hope u can help