Search found 2 matches

by dip56245
20.01.2007, 12:49
Forum: MySQL
Topic: Mysql embedded
Replies: 3
Views: 1957

Try to set it when the connection is started. I do this in the OnConnect event query1.sql.text = 'SET NAMES cp1251' query1.execsql; But include a try-except for non MySQL 5 servers (ex. 3.23.50) now work on 4.1 embedded. But i use utf8, (cp1251 not work - type "charset not found", in char...
by dip56245
16.01.2007, 12:59
Forum: MySQL
Topic: Mysql embedded
Replies: 3
Views: 1957

Mysql embedded

Please advice
How to set the codepade cp1251 while connect libmysqld50.dll?
I've tried --with-charset, --default-character-set and others: after .Connect() i receive the error message or the application crashes.