Contents Index BeforeFirst method Delete method pdf/preface.pdf

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

Close method


Prototype 

bool  Close( )

Description 

Frees resources associated with the generated object in your application. This method must be called after all processing involving the table is complete, and before the ULConnection and ULData objects are closed.

Any uncommitted operations are rolled back when the Close() method is called.

Returns 

true (1) if successful.

false (0) if unsuccessful.

Example 

The following example closes a generated object for a table named ULProduct:

tb.Close();
See also 

Open method


Contents Index BeforeFirst method Delete method pdf/preface.pdf