AX_SetCollation

Advantage Visual Objects RDD

  Previous topic Next topic  

Syntax

AX_SetCollation( strCollation AS STRING )

Parameters

<strCollation>

Collation language for the RDD to use.

 

Returns

The previous collation setting.

Description

This function specifies which collation language to use when opening tables, opening cursors, or creating tables. By default, no collation language is set and the client will use the language set by the Advantage Database Server.

Note Collation languages are only valid with ADT and VFP tables. For all other table types, the collation language is ignored.

See Also

AdsSetCollation

AdsOpenTable90

AdsCreateTable90