MyDAC

TCustomMyConnectionOptions.Charset Property

Used to set a character set used by the client.

Class

TCustomMyConnectionOptions

Syntax

property Charset: string;

Remarks

Use the Charset property to set a character set used by the client. Actually, if this property is enabled, then the "SET NAMES <Charset>" query is executed on establishing a connection. If the UseUnicode property is set, the Charset property will be ignored. The list of available character sets you can see by executing the TCustomMyConnection.GetCharsetNames method.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback