D2010 with all the updates, RODA 6.0.53.935, MS SQL 2000 database.
For some reason, when i call ApplyUpdates on TDAMemDataTable, application hangs and
application server CPU usage goes to 20%.
Application Server uses TDAHetConnection component, if it helps…I understand its hard to make
suggestions based on the above. Maybe there is some known issue or something like that…
Hello,
Please, describe your project more detail:
What DA driver do you use?
How many records do you update?
What extra parameters do you use?
Do you use SQL server on the same computer?
Can you test your project with the latest winter trial version?
Can you send us a small testcase which reproduces it?
Provides options for applying updates to the server. Available options include:
Changes to records will automatically be applied to the server as they are posted. Enable this option to achieve behavior similar to single- or two-tier database applications, where posting a record in the user interface will directly apply the change to the back-end database. This basically triggers an automatic call to ApplyUpdates for each record change.