C
cEciLlE
i have 3 tables in the sql server. and each table is related by a certain
id.
i ll can get the data into the dataset by using a select statement that has
join table properties.
but my problem is that when i make changes into the table i must save the
data back to its original tables.
how can i do this??
i was planning to have 3 separate data adapters so that when i update the
database the data will be save accordingly.
please help me. thanks
id.
i ll can get the data into the dataset by using a select statement that has
join table properties.
but my problem is that when i make changes into the table i must save the
data back to its original tables.
how can i do this??
i was planning to have 3 separate data adapters so that when i update the
database the data will be save accordingly.
please help me. thanks