-
Java InsertInto Probleb
How can i insert a new record in JDBC 2.0 Driver with InsertInto
function.
Source code for inserting a record
movetoInsertRow()
rs.updateString("FieldName",VALUE)
rs.insertRow()
I got the runtime exception ArrayIndexOutOfBounds Exception.
I visit sun's site for the same problem the same code are mentaioned at the
site and i refer three or four books here also same code.But if i write thoes
code i got run time exception.
I am using access 2000 as back-end.I don't know whether this problem is of
access2000 driver or Java's Api probleb.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|