January 17th, 2000, 10:46 AM
I would want to read a database Table with an ADO recordset linked with a dbGrid. But I wouldn't want to read all the table. Only blocks of 50 records for e.g. And when the user scroll the dbgrid further, read the next 50 records, and so on. How can I do this ?