hi
this is my problem
i need to read ALL the result of an ODBC query and not only the value specified in ROW n° and COL n°
it's this possible??
ODBC Query results
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
Re: ODBC Query results
Actually, I cannot imagine why do you need to read ALL dat and how are you going to compare it with specified value. Could you explain your point? Probably, you should slightly modify the query to select "count(*)" or "col1+col2+col3" expression, or group data using some "group by" clause?sine wrote:i need to read ALL the result of an ODBC query and not only the value specified in ROW n° and COL n°
Regards,
Max