Saving Data

So far all we have done is change the value of the property in the oData property. To actually write data back to the Rams table you need to issue the "Save" command ad follows

loITRDS.OCUSTOMERS.Save()

Again however we should check for errors and hence the real code should be

If not loITRDS.OCUSTOMERS.Save()
* Handle Error here
Endif



Last Updated: 10/05/2004