Peter Zolja
Member²
I have a TOracleDataSet with QueryAllRecords set to false. The user can try to fetch all rows (OracleDataSet.Last) but can also stop the fetching. This all works ok. My question is: What is the best way to know if there are no more records to pull from the database? I tried checking for Eof on AfterFetchRecord but that always returns true (Eof ie). However, checking for Eof in AfterScroll seems to work. I would need of a way to know if I have fetched all the data without having the user scroll to the end.
Thanks for your help.
Thanks for your help.