ODBC Query results

All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
Post Reply
sine
Posts: 37
Joined: Wed Feb 07, 2007 6:42 am

ODBC Query results

Post by sine »

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??
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Re: ODBC Query results

Post by KS-Soft Europe »

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°
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?

Regards,
Max
Post Reply