Page 1 of 1

different behavior 8.4.14 - 8.5.15

Posted: Mon 22 Jun 2015 22:10
by cybsistemas
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

Re: different behavior 8.4.14 - 8.5.15

Posted: Tue 23 Jun 2015 07:49
by ViktorV
Thank you for the information. We have reproduced the problem and investigation is in progress. We will inform you when we have any results.