Originally posted by Jamie Robertson:
"����������������������������" - can you interpret this for us?? Not your usual error message...although I'll guess that it is "feature not implemented".
Jamie
[This message has been edited by Jamie Robertson (edited September 25, 2001).]
Originally posted by Jamie Robertson:
Looks like you are trying to insert before you position the cursor on the insert row. Try moving rs.insertRow(); to the end:
Thank you Jamie, for I never know to put the "rs.insertRow();" to the end. But when I modified the codes and put this statment in the end, It throws a ArrayIndexOutOfBoundsException:
java.lang.ArrayIndexOutOfBoundsException
at sun.jdbc.odbc.JdbcOdbcResultSet.bindCol(JdbcOdbcResultSet.java:4485)
at sun.jdbc.odbc.JdbcOdbcResultSet.insertRow(JdbcOdbcResultSet.java:3941)
at JDBCTest.insert(JDBCTest.java:50)
at JDBCTest.main(JDBCTest.java:76)
Exception in thread "main" Exit code:
Could you help again?
Thanks .
Fengzixuan
[This message has been edited by fengzixuan zheng (edited September 26, 2001).]
Originally posted by Laurent S:
I have exactly the same problem...I think it's access...I'm going to try with ibm db2
Originally posted by Laurent S:
I have exactly the same problem...I think it's access...I'm going to try with ibm db2
Originally posted by Jamie Robertson:
never mind. I just did a search and found that it is a jdbcdbc bridge bug. Not your programming. I'm sure it will work on DB2 if it supports programmatic updates(Oracle doesn't!)
Originally posted by Jamie Robertson:
There are IBM supplied type 4 drivers available for download. These will probably be fully implemented and reliable.
Don't get me started about those stupid light bulbs. |