Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Saving Rows to a Table
Fri, Sep 18 2015 1:42 AMPermanent Link

Richard Harding

Wise Nutrition Coaching

I am looking at the DataBound example application that is supplied with EWB.

I can see that we need the method LoadRows to retrieve the data from a table into a DataSet but I cannot see what is needed to save the data back to the database table.

The manual explains the process of Creating and Loading Datasets but I cannot find what I need to do to get the data back into the ElevateDB table.

Is there an example or instructions on how to proceed from here?

Thank you.
Richard Harding
Fri, Sep 18 2015 9:07 AMPermanent Link

Raul

Team Elevate Team Elevate

On 9/18/2015 1:42 AM, Richard Harding wrote:
> I am looking at the DataBound example application that is supplied with EWB.
> I can see that we need the method LoadRows to retrieve the data from a table into a DataSet but I cannot see what is needed to save the data back to the database table.
> The manual explains the process of Creating and Loading Datasets but I cannot find what I need to do to get the data back into the ElevateDB table.
> Is there an example or instructions on how to proceed from here?


"Using Datasets" section in manual is quite good :
http://www.elevatesoft.com/manual?action=topics&id=ewb2&section=using_datasets

For updating data on back-end specifically you're interested in
Transactions : the
http://www.elevatesoft.com/manual?action=viewtopic&id=ewb2&topic=Transactions

Raul
Fri, Sep 18 2015 6:00 PMPermanent Link

Richard Harding

Wise Nutrition Coaching

<< "Using Datasets" section in manual is quite good :
http://www.elevatesoft.com/manual?action=topics&id=ewb2§ion=using_datasets

For updating data on back-end specifically you're interested in
Transactions : the
http://www.elevatesoft.com/manual?action=viewtopic&id=ewb2&topic=Transactions

Raul >>

Thanks Raul.  Really appreciated - The transactions section explained it.

Richard Harding
Image