TMedConnection.AppCodePage TMedConnection

property AppCodePage: THbCodePage ;

Description

Use this property to set the character set used by the application. Set it to one of the following values:

·cdptDefault - the default setting. Same as cdptEN..

· any value from THbCodePage enumeration type.

When character data is written to the database the AppCodePage -> TMedDataset.DataCodePage conversion is applied.

When character data is fetched from the database the TMedDataset.DataCodePage -> AppCodePage conversion is applied.

See TMedDataset.DataCodePage for more information on character data convertions.