TAstaProvider.AfterInsert


 

Applies to
TAstaProvider

 

Declaration
type

TAstaAfterInsertEvent = procedure(Sender: TObject;ClientSocket: TCustomWinSocket; ExecQuery: TComponent; CurrentValueDataSet: TDataset) of object;

 

property AfterInsert: TAstaInsertEvent;

 

Description
This event will fire after an insert 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.



ASTA Overview TAstaProvider.Active TAstaProvider.AstaServerSocket