C
Chris D
Here is the situation
1. I populate(without binding) a blank form with data from a datareader that
gets its data from sql2000
2. I edit the data in the form
3. On submit I execute an update statement
4. The values that are used in the update are the original values i pulled
in from the datareader in point 1. not the edited values in point 2.
I'm sure I'm missing something stupid. Can anyone help??
Chris
1. I populate(without binding) a blank form with data from a datareader that
gets its data from sql2000
2. I edit the data in the form
3. On submit I execute an update statement
4. The values that are used in the update are the original values i pulled
in from the datareader in point 1. not the edited values in point 2.
I'm sure I'm missing something stupid. Can anyone help??
Chris