H
Herb Stull
Hello All,
I've been looking everywhere for sample code that shows
the proper procedure for updating a SQL database from
results stored in an ADO Dataset.
There are plenty of examples for filling the Dataset, but
none that show all of the code for performing the update
once changes have been made to rows in the Dataset.
I tried using the CommandBuilder and it defines all of
the objects but does not show the code for executing the
update. Ideally I'd like to have a CommandButton on a
form that has On_Click event code that does the update.
I'd really appreciate someone pointing me to such code or
just returning a sample of their own code to accomplish
this.
Thank you, Herb
I've been looking everywhere for sample code that shows
the proper procedure for updating a SQL database from
results stored in an ADO Dataset.
There are plenty of examples for filling the Dataset, but
none that show all of the code for performing the update
once changes have been made to rows in the Dataset.
I tried using the CommandBuilder and it defines all of
the objects but does not show the code for executing the
update. Ideally I'd like to have a CommandButton on a
form that has On_Click event code that does the update.
I'd really appreciate someone pointing me to such code or
just returning a sample of their own code to accomplish
this.
Thank you, Herb