Documentation Updates

Read the following sections for updates, corrections, and clarifications to the documentation released with Sybase Unwired Platform 1.5.2.

System Administration

In SQL Anywhere, the maximum row size for tables is less than 64KB.

Explanation: This is a limitation in SQL Anywhere; creating or altering tables with a maximum row size greater than 64KB generates an error.

To avoid this message, either define the maximum length of string attributes:
  • To a smaller number than the default value is 300, or
  • To 0, which converts the attribute to long varchar.