databinding and 2 datatables with 1:1 relation

  • Thread starter Thread starter Alcibiade
  • Start date Start date
A

Alcibiade

Hi, is there an easy and fast (automatic) way to use 2 different datatable
as they were fields of an unique datatable?
Ive seen that nwith automatic creation, when I add a record clicking on Add
button, only data of first datatable are recorded....
Thanks
 
If you related tables are correct, then there cannot be data in the other
one beside the primary key.

As the primary key is an automatic identifier, then you don't have to set
it, if it is a gui or something else, you have to set it at update time in
the child table from the parent table based on the relation.

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top