Bug in TMyConnection Delphi 2005 / Delphi6

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
somdata

Bug in TMyConnection Delphi 2005 / Delphi6

Post by somdata » Thu 11 Aug 2005 14:47

I set MyConnection1.Options.UseUnicode := True

1.) At Design Time I can not open the Drop-Down Options.Charset
Error: Result +1 >= MaxDestBytes (D:\Projects\Delphi\MyDac\Source\MyClasses.pas, Line 3315)

2.) The Query: "SHOW VARIABLES" does not work and returns an error:
Error: Result +1 >= MaxDestBytes (D:\Projects\Delphi\MyDac\Source\MyClasses.pas, Line 3315)

3.) MyServerControl.ShowStatus returns the same error.

swierzbicki
Posts: 451
Joined: Wed 19 Jan 2005 09:59

Post by swierzbicki » Fri 12 Aug 2005 06:03

Please provide MyDAC version number.

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Fri 12 Aug 2005 07:37

We reproduced your problem on MySQL 4.1. This problem will be fixed in the next MyDAC builds

Post Reply