Connection Strings and Character Sets

Connection strings present a special case for character set translation.

The connection string is parsed by the client library, in order to locate or start a database server. This parsing is done with no knowledge of the server character set or language.

The interface library parses the connection string as follows:

Related concepts
Connection and Communication Parameters
Simple Connection Examples