I use Delphi6 Professional.
I have a query [qryDLTBError] in which the SQL code is
SELECT SUM (Balance)
FROM "c:\h\StdAcc\DL"
which produces 'SUM OF Balance'
I need [something like] "IF qryDLTBErrorSUM OF BALANCE <> 0 then
begin
do something;
end;
This obviously does not work.
What would be the appropriate code?
Old Man Delphi
I have a query [qryDLTBError] in which the SQL code is
SELECT SUM (Balance)
FROM "c:\h\StdAcc\DL"
which produces 'SUM OF Balance'
I need [something like] "IF qryDLTBErrorSUM OF BALANCE <> 0 then
begin
do something;
end;
This obviously does not work.
What would be the appropriate code?
Old Man Delphi