Posts by Joel Vilela • 1 point
1 post
-
-1
votes2
answers231
viewsA: Difference between Mysql queries - Delphi
I find this sum command confusing. I prefer to assemble the structure and then loop, storing the sum in a variable. Soma := 0; While not dataset.eof do Begin Soma ;= soma + campodataset ;…