Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

java.sql.SQLException: General error

807591Jun 18 2008 — edited Jun 18 2008
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 16 2008
Added on Jun 18 2008
8 comments
2,371 views