B
Brad
I need some help. Hopefully will be simple. Usually I have users edit data
in a data grid and then I call the update routine if the dataset has
changes.
I have an instance where data is bound to text boxes on a form. If the user
needs to edit the information in one or more of these text boxes, these
edits are not being saved back to the database. If threw in an if statement
(if ds.haschanges then update...) but when debugging it is seeing that the
dataset does not have changes. So I take it that directly typing into a
text box that is bound to a field in the dataset does not directly change
that data and set that row to modified?
What might I be doing wrong here?
Thanks for the information.
Brad
in a data grid and then I call the update routine if the dataset has
changes.
I have an instance where data is bound to text boxes on a form. If the user
needs to edit the information in one or more of these text boxes, these
edits are not being saved back to the database. If threw in an if statement
(if ds.haschanges then update...) but when debugging it is seeing that the
dataset does not have changes. So I take it that directly typing into a
text box that is bound to a field in the dataset does not directly change
that data and set that row to modified?
What might I be doing wrong here?
Thanks for the information.
Brad