Hi,
How do I select the value of a identify field right after an insert
statement is executed ?
In my data_parent table, the rec_id is an identify field (auto number),
there is a data_child table which should contain the data_parent key
(rec_id), I need to capture the data_parent.rec_id right after I call the
insert in parent in order to setup the data_child with correct relationship.
Any suggestion is welcome.
Thanks.
Jean