MyDAC 5.70.0.44 regression with MySQL Server 5.1.31 ?
Posted: Mon 16 Feb 2009 09:51
Hi,
Under MySQL 5.0.x this SQL code retrieved an String type field.
Now, with MySQL 5.1.31 this SQL code retrieved an memo type field.
Is this a bug ?
Under MySQL 5.0.x this SQL code retrieved an String type field.
Code: Select all
Set @MyString = :prMyString;
Select @MyStringIs this a bug ?