SAGE DATA OBJECTS > C#


sage line 50 sage line 100 sage line 50 training 50 line pos sage sage line 50 financial controller 100 line sage software 50 line sage software training 50 accounting line sage software sage line 50 software sage line sage line 50 training course 50 controller financial line sage v12 sage line 50 note 100 50 line sage 50 cheap discount line sage Searches done in April 2006 Count Search Term sage software sage accounting software sage payroll software sage software inc 100 line sage software 50 line sage software training act sage software sage payroll software training sage software training 50 accounting line sage software sage software mas 90 sage line 50 software accounting sage sales software sage payroll software course sage account software discount sage software sage accounting software uk sage book keeping software form sage software sage line50 software C# .NET Visual Basic .NET VB.NET Component OCX DLL Return to Sage Data Objects for .NET homepage Update Method

Update Method

Example

SDORecord and SDORecordLinked - The Update method attempts to add a new record to the data files. Update must be issued after the AddNew or Edit method.

SDOPosting and SDOISPPost - The Update method commits a transaction to the data files.

Syntax

object.Update

The Update method syntax has these parts;

Part Description
object An expression that evaluates to a SDORecord, SDORecordLinked and SDOPosting object.

Remarks

Prior to calling Update on record objects your application must have called either Edit or AddNew. If you do not call either of these functions, any calls to Update() will fail.