Question and Answer Database FAQ149D.txt Dataset event handlers Category :DCOM/MultiTier/ActiveForm Platform :All Product :Delphi 3.x Question: How do I handle business rules that are tied to dataset event handlers (OnBeforePost, etc.) on the server? Answer: Install and use the TUpdateSQLProvider component, found in the \demos\Usqlprov directory). It has an OnUpdateRecord event that fires for every record getting updated. 7/16/98 4:31:28 PM
Last Modified: 01-SEP-99