Skip to Main Content

Java Database Connectivity (JDBC)

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!

Unable to insert into DB !!

411025Dec 12 2003 — edited Dec 12 2003
Hi ,
I have oracle 8i running on solaris box. I have written a Java stored procedure to get the default connection and insert one row into a table .
The problem is that .. I am able to do only select queries on the tables.. but when i try to insert .. i dont get an error .. instead.. the statement.execute() method returns "false" .. and the row is not inserted..
Any clues as to how this can be fixed..
Thanks,
Abhinav
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 9 2004
Added on Dec 12 2003
7 comments
341 views