UltraLite C/C++ Common API Reference
Macros and compiler directives for UltraLite C/C++ applications
Reduce the number of Palm OS data segments required by the generated code.
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.
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.