What happens first, BeforePost or OnNewRecord in AutoUpdateOptions.WhenGetGenID options?
Fast, flexible and high-performance component library for Delphi, C++ Builder and Kylix intended for work with InterBase and Firebird using Direct InterBase API.
Question: Can I set BeforePost or OnNewRecord in AutoUpdateOptions.WhenGetGenID
options to generate primary key value automatically? What happens first, BeforePost
or OnNewRecord? Answer: Yes, you can. OnNewRecord will happen first.