MyDAC 5.70.0.44 regression with MySQL Server 5.1.31 ?

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
swierzbicki
Posts: 451
Joined: Wed 19 Jan 2005 09:59

MyDAC 5.70.0.44 regression with MySQL Server 5.1.31 ?

Post by swierzbicki » Mon 16 Feb 2009 09:51

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 ?

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Tue 17 Feb 2009 12:40

This is specificity of new MySQL Server version work and it does not depend on MyDAC.

Post Reply