Mega Code Archive

 
Categories / Delphi / ADO Database
 

Dataset event handlers not fired

Question: When I ApplyUpdates on the ClientDataSet, the OnNewRecord for the Server dataset code is not fired. How can I make this work? Answer: Well, you can't really. The updates go through BDE and do not go through the dataset.