java.sql.SQLException: Invalid argument(s) in call: setRowBufferAt

I have created a custom tag that does inserts. While it works on most every other table that I have dealt with, I keep getting this error for a particular table. I have created another table on an entirely different database, but get the same error.

Is anyone familiar with this error? I'm running Oracle 8.1.7.0.0

Thanks in advance,

Jim

[370 byte] By [talon74] at [2007-9-26 2:02:35]
# 1
i feel it's most likely a wrong SQL statement...u can try to take ur statement out and see if it can run correctly under Oracle Envirement......
hcriver at 2007-6-29 8:44:14 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 2
Did you ever get a solution to this challenge?I am facing something very similar - updatable statement, resultset is returning no rows, updatexxx is choking all over itself.
gvaught at 2007-6-29 8:44:14 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 3
Bug 1548205Fixed: 9011 JDBC Inserting into an empty Updateable Resultset causes anSQLException:java.sql.SQLException: Invalid argument(s) in call: setRowBufferAt
Quigrim at 2007-6-29 8:44:14 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...