PDA

View Full Version : character set problem


siva
02-14-02, 09:00
Some clients continuously gives the error message - "Error ! Error converting client characters into server's character set. Some character (s) could not be converted". Same transaction is not giving any error from different machine. Let me know what is the cause

Rgards,

Siva

willy_and_the_ci
02-14-02, 18:35
Siva,

It is quite possible that some of your clients are using different character sets, all you have to do is add those charsets on the server. You can do this using sqlloc utility or sqllocres(resource file)

Later

Willy