Search found 2 matches

by InfaNT
09.07.2007, 07:44
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: MySQL 4.1 embedded adding charset problem
Replies: 1
Views: 727

Problem solved.

In Connection.Properties all values of server arguments must be FULL path.

Example:

Before (not worked):

Code: Select all

ServerArgument3=--character-sets-dir=./share/charsets
After (worked):

Code: Select all

ServerArgument3=--character-sets-dir=D:\Delphi7\cp\zeos\examples\embedded\share\charsets
by InfaNT
08.07.2007, 13:54
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: MySQL 4.1 embedded adding charset problem
Replies: 1
Views: 727

MySQL 4.1 embedded adding charset problem

I have mysql 4.1 installed. In db exist tables with charset cp1251 Execute SHOW CHARSET on my server: Charset Description "Default collation Maxlen big5 Big5 Traditional Chinese big5_chinese_ci 2 ... cp1251 Windows Cyrillic cp1251_general_ci 1 .... cp932 SJIS for Windows Japanese cp932_japanese...