Character set problem with MySQL, ODBC

admin

Administrator
Staff member
Hi,

I'm having problems with character set. If I change setting default-character-set=latin1
to default-character-set=latin2, IE explorer gives me the folowing error message:

Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[TCX][MyODBC]Can't initialize character set 9 (path: c:\mysql\\share\charsets\)

There seems to be everthing ok, if I leave default-character-set option set to latin1.

It's odd, that there are two (2) back slash characters in path string after c:\mysql\\. Is it possible that this is the reason for that error?

I tried to set character-sets-dir variable in my.cnf file, but nothing changes.

Does anybody have solution for this problem?

Simon
 
Back
Top