R
Random
If I base my DataSet on a schema (an .xsd file), and then bind the controls
on my form to the necessary fields in a DataTable in the DataSet, how then
would I use the SqlDataAdapter to put all this information into the
database?
Loading the DataSet from a schema is easier than basing it on a query since
there are several tables involved.
on my form to the necessary fields in a DataTable in the DataSet, how then
would I use the SqlDataAdapter to put all this information into the
database?
Loading the DataSet from a schema is easier than basing it on a query since
there are several tables involved.