TAstaClientDataSet.ApplyUpdates
Applies to
TAstaClientDataSet
Declaration
Function ApplyUpdates(TransactionMethod:
TUpdateSQLMethod):String;
Description
ApplyUpdates generates the SQL that has been generated for any edit, insert or delete activity since
the last call to ApplyUpdates. If your server support transactions, you may call ApplyUpdates(usmServerTransactions).
Any error is returned as the function result but will also raise an exception. It is a function since
it is used internally by other ASTA methods which require the error returned as a string from the server.