Subject | Simple doubt on query |
---|---|
Author | aztoquetti |
Post date | 2011-05-20T22:39:02Z |
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.
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.