Subject Simple doubt on query
Author aztoquetti
Hi everyone.

I got a simple question on use of queries.
When I have a query like talhis

'Select SUM("Value") from TABLE';

That's gonna show me the total (sum) of field Value from table TABLE.

But how can I show the result of this query on a label or edit box on Delphi?

I tried to create some procedures and functions, but no way.

Best regards.