Specifies the character set applied when writing string parameter values in the national encoding format.
property Charset: string;
Use the Charset property to specify the character set for writing string parameter values in the national encoding format. If Charset is not configured, the system locale name is used by default.
MSConnection1.Options.Charset := 'en-US';