J
John
I created a connection, adapter, and a dataset using a .mdb, then filling in
at runtime;
OleDbDataAdapter1.Fill(DataSet11)
I also created a DataGrid and bound it by changing the DataSource property
to 'DataSet11.MainTable'.
My Goal is to modify the data in the rows and also add new rows with new
data in MainTable at runtime and keep the changes permanent. What methods
would I use to do this?
at runtime;
OleDbDataAdapter1.Fill(DataSet11)
I also created a DataGrid and bound it by changing the DataSource property
to 'DataSet11.MainTable'.
My Goal is to modify the data in the rows and also add new rows with new
data in MainTable at runtime and keep the changes permanent. What methods
would I use to do this?