FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Test EOF with ADORDD
Posts: 38
Joined: Tue Sep 30, 2008 11:16 AM
Test EOF with ADORDD
Posted: Thu Jan 14, 2010 02:06 PM

Hi all !

I use ADORDD with Harbour as :
USE "Mydb" VIA "ADORDD" TABLE "" MYSQL FROM "localhost" USER "myuser" PASSWORD "mypassw" QUERY ("SELECT * from MyTABLE WHERE .... ")
ALIAS "" READONLY NEW
and then I do a report
REPORT oReport ;
.... ..
...

But there is no way to test if the query return no rows : eof() ; ALIAS->(eof()) .. ; don't work
any idea ?

best Regars
Walter Zafferami

Continue the discussion