Subject Re: How to perform async load on grid with IBOQuery
Author
What I am trying to do is to load the huge data into the DB grid, but in doing this scenario I want to load it into the db grid faster, for example load just 300 records and when the user scroll down and pass the 300 records, the application will fetch another 300 records and so on.The problem is the speed and amount of time to load it.

Like I said before I 've seen this in IBExpert. Though in good practice I know that loading all data is bad, cause we will not be using all data, but in my circumstances I just want to do this kind of feature.

From my experience I can do this with MS server stuff, and now wondering if this feature can be done with IBObjects. If this feature can not be done, then I might have to change the application UI.