Hi
Im trying to create an entry form based on two tables. I have a dataset with two datatable mapped to the database tables and i set a datarelation between these two.
Is it possible to update both datatables using a single dataadapter, or i have to create 2 different dataadapters so to set each insert/update/delete statement for each table?
Thanks for ur help.
Im trying to create an entry form based on two tables. I have a dataset with two datatable mapped to the database tables and i set a datarelation between these two.
Is it possible to update both datatables using a single dataadapter, or i have to create 2 different dataadapters so to set each insert/update/delete statement for each table?
Thanks for ur help.