Hi !
I'm trying to populate a DB (two tables) based
on the classic master/detail approach.
These steps represent what I would like to achieve :
1) add the master record and get the corresponding primary key
2) add multiple records in another table using the Master Prim.key
That seems to be so simple,
but I have no idea how to get the Master PrimaryKey.
Thanks.
GB.