Collection Contents Previous Next PDF

UltraLite C/C++ User's Guide

UltraLite C/C++ Common API Reference

Macros and compiler directives for UltraLite C/C++ applications

UL_OMIT_COLUMN_INFO macro


Function 

Reduce the number of Palm OS data segments required by the generated code.

Usage 

Define the preprocessor symbol UL_OMIT_COLUMN_INFO before compiling generated files. In CodeWarrior, you can do this by adding the #define to your prefix file.

The macro decreases the number of segments required by the generated code. To accomplish the reduction, it omits extended schema information that the UltraLite generator would otherwise write. As a result, when this macro is defined, you cannot upgrade a database schema, and you cannot use the send_column_names synchronization parameter.


Collection Contents Previous Next PDF