Subject Re: [IBO] Problem about autoincremental and master/detail relationship
Author Jason Wharton
Where is it sent before inserting. That is a very ambiguous, non-helpful,
statement.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "ARPE" <prog@...>
Newsgroups: egroups.ibobjects
To: <IBObjects@yahoogroups.com>
Sent: Friday, May 24, 2002 2:02 AM
Subject: [IBO] Problem about autoincremental and master/detail relationship


> 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.