UltraLite Static C++ User's Guide
Adding Non Data Access Features to UltraLite 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.