UltraLite User's Guide
C++ API Reference
ULCursor class
bool Close( )
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.
true (1) if successful.
false (0) if unsuccessful.
The following example closes a generated object for a table named ULProduct:
tb.Close();