Contents Index Handling synchronization status information Developing UltraLite Applications for the Palm Computing Platform

UltraLite Static C++ User's Guide
  Adding Non Data Access Features to UltraLite Applications

Developing multi-threaded applications


You can develop multi-threaded applications for the Windows, and Windows  CE platforms. You cannot develop multi-threaded UltraLite applications on the Palm Computing Platform, as the platform does not support such applications.

Each thread of a multi-threaded application must make its own objects, including the ULData, ULConnection, ULTable, ULStatement and ULResultSet objects.

For more information, see Open method.


Contents Index Handling synchronization status information Developing UltraLite Applications for the Palm Computing Platform