Page 1 of 1

MyDAC 5.70.0.44 regression with MySQL Server 5.1.31 ?

Posted: Mon 16 Feb 2009 09:51
by swierzbicki
Hi,

Under MySQL 5.0.x this SQL code retrieved an String type field.

Code: Select all

Set @MyString = :prMyString;
Select @MyString
Now, with MySQL 5.1.31 this SQL code retrieved an memo type field.

Is this a bug ?

Posted: Tue 17 Feb 2009 12:40
by Dimon
This is specificity of new MySQL Server version work and it does not depend on MyDAC.