J
Joe
I have a really simple application for inserting/updating record in a table.
The app uses a sqlConnection, sqlDataAdapter and a dataset.
I bind the fields to text boxes and a grid to allow for the insert/editing.
I also have a button that does a Table.NewRow() and another to do the save.
I tried using sqlDataAdapter1.Update(dataset11) but nothing seems to change.
No new records, no errors.
I'm sure this is really easy and I'm probably just missing something here.
The app uses a sqlConnection, sqlDataAdapter and a dataset.
I bind the fields to text boxes and a grid to allow for the insert/editing.
I also have a button that does a Table.NewRow() and another to do the save.
I tried using sqlDataAdapter1.Update(dataset11) but nothing seems to change.
No new records, no errors.
I'm sure this is really easy and I'm probably just missing something here.