T
Thomas Hill
Okay, I am sure this is right in front of my nose, but I cannot figure out
how to do this...
I have a strongly typed dataset (STDS) generated by xsd in CSharp. I have
the code in place to populate the various tables (7 of them) with datarows.
How do I now update this back to the database? Do I need 7 SqlDataAdapters,
each one with the appropriate Command members? If so, where can I get the 7
SELECT statements? They are not stored in the STDS anywhere. If I have to
remember the queries used to generate the STDS, then where is the benefit?
I should be able to tell the STDS to 'save yourself' back to the table(s)
you were designed from'.
how to do this...
I have a strongly typed dataset (STDS) generated by xsd in CSharp. I have
the code in place to populate the various tables (7 of them) with datarows.
How do I now update this back to the database? Do I need 7 SqlDataAdapters,
each one with the appropriate Command members? If so, where can I get the 7
SELECT statements? They are not stored in the STDS anywhere. If I have to
remember the queries used to generate the STDS, then where is the benefit?
I should be able to tell the STDS to 'save yourself' back to the table(s)
you were designed from'.