Hello:
I've a Firebird big table (+100,000 records) and this is my problem:
I do a query like this
SELECT * FROM PEDIDOLIN
using a TZQUERY. I've a DBGRID, where I want to see the data. Well, if the DBGRid is not linked to the ZQUEY, this opens to the speed of light, but if the DBGRID is linked to the ZQUERY, takes several seconds to display data. I supose this is because the grid loads all records. There are any way to change this behavior and do like flameRobin.
regards