Contents Index SetColumnNull method ULResultSet class pdf/preface.pdf

UltraLite User's Guide
  C++ API Reference
    ULCursor class

Update method


Prototype 

bool  Update( )

Description 

Updates a row in the table with values specified in previous Set methods.

Returns 

true (1) if successful.

false (0) if unsuccessful.

Example 

The following example sets a new price on the current row of the productTable object, and then updates the row in the UltraLite database:

productTable.SetPrice( 400 );
productTable.Update();
See also 

Delete method

Insert method


Contents Index SetColumnNull method ULResultSet class pdf/preface.pdf