https://bugs.documentfoundation.org/show_bug.cgi?id=156512

--- Comment #5 from [email protected] ---
> Normally, at least with JDBC, when you switch to insert mode you can no longer
> move in the resultset until you exit insert mode. That's not what Base 
> does....

It seems the UNO documentation states the same thing[1]:

> Only the updateXXX , getXXX , and XResultSetUpdate::insertRow() methods may be
> called when the cursor is on the insert row. All of the columns in a result 
> set
> must be given a value each time this method is called before calling 
> insertRow.
> The method updateXXX must be called before a getXXX method can be called on a
> column value.

[1]
https://www.openoffice.org/api/docs/common/ref/com/sun/star/sdbc/XResultSetUpdate.html#moveToInsertRow

This would confirm that Base switch to insert mode when it shouldn't...

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to