Page 1 of 1

Generator/AutoInc x Firebird

Posted: Mon 28 Sep 2009 12:43
by valdemirjs1976
how should I set the query to a column automatically receive a generator to give insert.
I use Ibo and am testing UNIDAC in IBO, I have a property where I Generator Links
inform

COLUMN = GENERATOR

In unidac saw the properties
Generator Mode
Step Generator
Key Generator .... I submit here equal to IBO? and if I have more than one field with generator?

Posted: Tue 29 Sep 2009 07:48
by Plash
Set the DMLRefresh property to True. In this case UniDAC generates an INSERT statement with RETURNING clause to get new field values.