A
Alejandro Bibiano González
I hava a typed dataset with 2 tables and a relation (master/detail).
I have an dataadapter to fill the master table (with a select and a
parameter) and now I want fill the second table with another dataadapter,
but I don't know how I have to define the select sentence to populate it
only with the records that have relation with the master table.
How can I do this?
After filling the dataset, I insert a new row in the master table (it has an
autonumeric Key field simulate with sequences in Oracle), and then I insert
new rows in the detail table. How can I controll the update to insert the
autonumeric key genereted in the master table in the detail table?
A lot of thanks,
Alex B.
I have an dataadapter to fill the master table (with a select and a
parameter) and now I want fill the second table with another dataadapter,
but I don't know how I have to define the select sentence to populate it
only with the records that have relation with the master table.
How can I do this?
After filling the dataset, I insert a new row in the master table (it has an
autonumeric Key field simulate with sequences in Oracle), and then I insert
new rows in the detail table. How can I controll the update to insert the
autonumeric key genereted in the master table in the detail table?
A lot of thanks,
Alex B.