Basically your client's character set should be sub set of the database character set.
For exp, if you client character set is UTF8 but your database character set is US7ASCII, then connection will not happen.
Because UTF8 is a super set of US7ASCII.
regards
anandkl




Reply With Quote