Description: Using : Win10 64bit LibreOffice 5142 64bit 64bit Database Access Engine 2016 64bit Northwind accdb created with MS Access 2016 I can sucessfully setup and open an ODBC-connected Base file that connects to the sample Northwind.accdb database provided by MS. However, any attempt to write data to a table opened in table edit mode results in an error message : Error inserting new record [Microsoft][Microsoft ODBC Access Driver]Invalid bookmark (Signet non valide) I'm assuming that in fact what is meant here is "invalid cursor" ? Steps to Reproduce: See above Actual Results: No new data is written to the table. No changes to the data can be made. Expected Results: Table should be writable. Reproducible: Always User Profile Reset: No Additional Info: User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:56.0) Gecko/20100101 Firefox/56.0
Hi Alex, Do you reproduce it in previous versions of LibreOffice?
@Xisco : people have previously reported functioning systems with 32bit installations of LibreOffice with the 32bit ODBC connectors on Win7/Win8 and Win10, but I haven't (and won't) be testing such setups.
I can't say whether this is because it is all 64bit specific, or if something has changed in the way our code accesses the ODBC driver.
I can still reproduce this with LO 6011
Is this not the same as *yours* bug 43187?
(In reply to Timur from comment #5) > Is this not the same as *yours* bug 43187? No, bug 43187 is about ADO driver usage, not ODBC.
(In reply to Alex Thurgood from comment #6) > (In reply to Timur from comment #5) > > Is this not the same as *yours* bug 43187? > > No, bug 43187 is about ADO driver usage, not ODBC. Having said that, I have no way of telling whether the ODBC driver and the ADO driver call the same code path in the underlying LO code, so who knows... The only way to really find out would be to use a debug enabled version and trace the calls...as I'm not putting a debug build on my Win production machine, I guess we will never find out.
Hi Alex, Do you still reproduce this issue in master ?
Hi Xisco, I can no longer test, I don't have the required set up any more.