TAstaProvider.AfterUpate
Applies to
TAstaProvider
Declaration
type
TAstaAfterUpdateEvent = procedure(Sender: TObject;ClientSocket:
TCustomWinSocket; ExecQuery: TComponent; CurrentValueDataSet: TDataset) of
object;
property AfterUpdate: TAstaAfterUpdate;
Description
This event will fire after an update using server
side SQL and allows you to execute additional SQL statements using the
scratch ExecQuery that is passed through by this event. The CurrentValueDataSet will contain the values
from the client dataset.