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

--- Comment #2 from [email protected] ---
Hi Mike,

I don't see how to create an ODB file that could highlight this problem.

However, the SDBC layer specification should clearly specify whether or not
it's possible to use the cancelRowUpdates() method when you're on the insert
row.

Because if it doesn't allow it, then there's definitely a problem on line 111
in the RowSetCache.cxx file.

This problem can be resolved by modifying to obtain:
xUp->moveToInsertRow();
xUp->moveToCurrentRow();
xUp->cancelRowUpdates();

Furthermore, for me, this is a problem that prevents my jdbcDriverOOo driver
from working, and I have to work around this problem from the beginning.

What do you think?

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

Reply via email to