Working with collations
A collation is an algorithm for ordering strings. When an Actuate SQL query is executed, the collation determines the result of sort and comparison operations, including:
*
*
*
*
*
*
*
Databases support one or more collations. The database collation is usually determined by the database locale. The Integration service, however, supports only the Unicode and ASCII code-point collations, which order strings based on the Unicode or ASCII numbers corresponding to each character. Together, the database collation and the Integration service collation determine which operations are sent to the database and which operations must be performed by the Integration service.

Additional Links:

Copyright Actuate Corporation 2012