UltraLite User's Guide
UltraLite Features and Limitations
UltraLite supports all Adaptive Server Anywhere data types, with the following exceptions.
Java data types.
CHAR(n), VARCHAR(n), BINARY(n), VARBINARY(n) data types, where n > 2048. You can use LONG VARCHAR and LONG BINARY data types to hold this kind of information.
The maximum size of LONG VARCHAR and LONG BINARY values is 64 kb.
Domains (user-defined data types) that include DEFAULT values or CHECK constraints. You can use IMAGE or TEXT data types.
As you design your database, you should also confirm that MobiLink synchronization supports the features you wish to use.
For a list of Adaptive Server Anywhere data types, see SQL Data Types.