Re: default connection and client character set changing
Posted by: KimSeong Loh
Date: April 03, 2007 02:25AM

The connection charset and collation is dependant to the session/connection.
This has to be set by the connection itself, not the server.
Most of the connectors uses latin1_swedish_ci by default, you have to add the SET statements into each connection after the connect.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: default connection and client character set changing
4935
April 03, 2007 02:25AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.