I am wondering, how the TClientDataSet is executing the SQL statment when ApplyUpdates is invoked.
If there is more than one record changed, is the update SQL query prepared and sent for each record as single SQL statment or is there maybe a SQL 'script' created and than sent at once to the database?
I mean, is there a performance difference, when I ApplyUpdates on very record change in contrast to ApplyUpdates for all changes at once?