Contents Index Launching an UltraLite Palm application Building multi-segment applications pdf/preface.pdf

UltraLite User's Guide
  Developing Applications for the Palm Computing Platform
    Launching and closing UltraLite applications

Closing an UltraLite Palm application


Whenever your UltraLite application is closed, and the user switches to another application, your code must call the function to save its state. Some kinds of data cannot be kept open during the time that you move away from an UltraLite application.

For embedded SQL development, this function is ULPalmExit. For C++ API development, this function is the ULData.PalmExit() method.

C++ API 

For C++ API developers, the following considerations also apply:

Embedded SQL 

Do not call db_fini to close the application. Instead, call ULPalmExit. All connections (on a single SQLCA) and cursors remain open.

For more information, see ULPalmExit function, and PalmExit method.


Contents Index Launching an UltraLite Palm application Building multi-segment applications pdf/preface.pdf