Subject | Re: Retrieving non-column data under program control |
---|---|
Author | Alan Jones |
Post date | 2005-06-02T12:43:22Z |
--- In firebird-support@yahoogroups.com, "Alan Jones" <AlanJones@s...>
wrote:
with the distribution. When you run the above expression, the return
is a result as if there were a column called COUNT whose value is a
long integer which represents the number of rows.
Alan
wrote:
> My application is written C++. I can retrieve column information butretrieve
> when I do a SELECT that returns a number, I don't know how to
> it. An example is:I found the answer myself by running the apifull.exe example that comes
>
> SELECT COUNT(*) FROM mytable;
>
with the distribution. When you run the above expression, the return
is a result as if there were a column called COUNT whose value is a
long integer which represents the number of rows.
Alan