Learn about known issues and apply workarounds for APIs and custom development.
| CR # | Description |
|---|---|
675716 | SQLite cannot support create operations with more than 3 MB of data, which is roughly 128 columns at 64 kilobytes per column on Windows Mobile devices.
In Windows Mobile applications that use message-based synchronization, when a row reaches three megabytes and more, and the client invokes the MBO create operation during subscription, an internal exception is generated, data import fails, and the import operation fails to commit the transaction. Workaround: Use Bulk Load instead of the common subscribe, which first initializes the client database, then downloads the database from Unwired Server to the client. |