Additional
dbCAP
AnyDAC
ThinDAC
NCOCI8
Topic: Dataset Error in MySQL 4.1.12a
Dataset Error in MySQL 4.1.12a
Posted: 2005/06/04 03:39
 
Hello!

I have a error when get a Dataset in MYSQL 4.1.12a using Delphi 7 and AnyDac 1.0.4.

Try execute the Batch demo, the real record is:

0, 'string0', ''

but i get :

0, '7439?70', ''

Thanks in advance

Ricardona

================================
Connection definition parameters
================================
Name=MySQL_Demo
DriverID=MySQL
================================
Client info
================================
DLL = C:WINDOWSsystem32libmysql.dll
Version = 401000000
================================
Session info
================================
ServerInfo = 4.1.12a-nt
ClientInfo = 4.1.12a
CharacterSetName = latin1
HostInfo = localhost via TCP/IP
RE: Dataset Error in MySQL 4.1.12a
Posted: 2005/06/04 10:18
 
Hello !

That was bug with function converting version string into version number (integer value). If version string item has a non-digit (in your case '12a'), then this item was ignored. So, 4.1.12a has been detected as 4.1.0.

I will produce v 1.0.5 at monday. It will contain fix for your issue.

Regards,
Dmitry