Search found 4 matches

by sohei
27.04.2007, 09:06
Forum: Feature Requests
Topic: [bug_fixed] SSL connection to MySQL
Replies: 5
Views: 3268

[bug_fixed] SSL connection to MySQL

Hello!

Can I connect to MySQL 5.0 using SSL? If it is possible how can I do it?
I use Zeos 6.6.0 and MySQL 5.0
by sohei
07.11.2006, 07:40
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Problems with UTF8 in ZeosLib 6.5.1
Replies: 6
Views: 1950

DHelper wrote:Hi!
sohei, do you use AnsiToUtf8 function to convert strings to UTF-8 encoding before inserting them or may be some other method?

Sorry for my English.
Yes. I use UTF8Encode function. This function convert WideString to UTF8. I have information in WideString variables.
by sohei
06.11.2006, 16:27
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Problems with UTF8 in ZeosLib 6.5.1
Replies: 6
Views: 1950

I use zeosdbo-6.5.1-alpha rev113.
Is it possible that new version 6.6.0-beta will work correct?
by sohei
06.11.2006, 14:47
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Problems with UTF8 in ZeosLib 6.5.1
Replies: 6
Views: 1950

Problems with UTF8 in ZeosLib 6.5.1

Hello!
I can't insert UTF8 text in MySQL 5.0 database. All inserted Russians or Latvians symbols are ? in database.
I set CodePage=utf8 in ZConnection1.Properties but it don't help me.
But I can read utf8 information from database normally.
Can you help me?
Sorry for my English.