Hi,
How I use keygenerator in INSERT INTO ?
Keygenerator
You should set TIBCQuery.KeyGenerator property with generator name, and TIBCQuery.KeyFields with the field name that accepts generator's value. Also pay attention to the TIBCQuery.GeneratorMode property which helps you to control when a new value will be generated/inserted.
Please see the following IBDAC help topics for more information:
TCustomIBCDataSet.KeyGenerator
TCustomIBCDataSet.KeyFields
TCustomIBCDataSet.GeneratorMode
Please see the following IBDAC help topics for more information:
TCustomIBCDataSet.KeyGenerator
TCustomIBCDataSet.KeyFields
TCustomIBCDataSet.GeneratorMode