Subject Problem about autoincremental and master/detail relationship
Author ARPE
Hello to all.

We are trying to make a relationship master-detail with two tables and must
use TIBOTables.

The primary key of the master table calculates with a interbase generator
that is sent before inserting. In the server everything is OK, but in our
application we do not see the value of the key just created, which causes
that the records of the table detail remain with the field relation without
value. We have try to refresh the master table, but then we lose the active
record. Any idea?

Thanks.