Known Issues for APIs and Custom Development

Learn about known issues and apply workarounds for APIs and custom development.

CR #Description
668922
Client Object API Javadoc displays an incorrect version.

The Client Object API Javadoc for BlackBerry, located in the Unwired Platform installation directory at <UnwiredPlatform_InstallDir>\ClientAPI\apidoc\rim\index.html, displays "version 1.6," which is an incorrect version. The correct version is 2.0.

Workaround: None.

620706
You cannot insert DEFAULT in the timestamp column when the API is accessing SQL Server.
Workaround: DEFAULT is a Microsoft SQL keyword, and cannot be set by the client. Instead, use this create operation:
insert into sql_date (c_datetime, c_smalldt) values(:dt1, :dt2)