J
jy836
When you change a query at design-time using the OleDbDataAdapter wizard,
you're supposed to re-generate the dataset to reflect the changes (such as
the addition of a table in your query) by right-clicking on the data adapter
and clicking Generate DataSet (correct?). But if you change a query at
run-time, does the DataSet automatically re-generate itself to reflect the
query changes after the "OleDbDataAdapter1.Fill(DataSet1)" line? Thanks.
you're supposed to re-generate the dataset to reflect the changes (such as
the addition of a table in your query) by right-clicking on the data adapter
and clicking Generate DataSet (correct?). But if you change a query at
run-time, does the DataSet automatically re-generate itself to reflect the
query changes after the "OleDbDataAdapter1.Fill(DataSet1)" line? Thanks.