-
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
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks