While applying updates "applyupdates(0)" to tables in my local access-databases, used for storing temporary results, works well, I have so far not been able to apply updates to any table in my MSSQL databases. I have poAllowMultiRecordUpdates,
I have tried both with and without mastersources enabled, I have tried for both tables with and without master-detail relationships, I have tried loading from both tables and queries, and keeping them open. No luck. Both connections are ADO, tables and queries are handled similar.
The applyupdates allows return the number of records I wanted to applyupdates to, e.g. "1", and no changes are committed.
Any preconditions for applyupdates to work with MSSQL that I should know about?
Start Free Trial