different behavior 8.4.14 - 8.5.15

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
cybsistemas
Posts: 118
Joined: Mon 12 Sep 2005 17:31
Location: Argentina

different behavior 8.4.14 - 8.5.15

Post by cybsistemas » Mon 22 Jun 2015 22:10

SET @saldo_anterior:=0.00;
SELECT cuentas.*,
@saldo_anterior:=@saldo_anterior+haber-debe AS Saldo FROM cuentas


This statement gives error message in MyDac 8.5.15

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: different behavior 8.4.14 - 8.5.15

Post by ViktorV » Tue 23 Jun 2015 07:49

Thank you for the information. We have reproduced the problem and investigation is in progress. We will inform you when we have any results.

Post Reply