Hi again guys,

A quick question. What 'exactly' does aspdb execute as far as sql is concerned when it executes statments. If for example I simply ask :

Select * from table1

What exactly does aspdb do to execute the sql. Obviously is it counting, and using some form of fetch first 10 records etc depending on what you set in the dbGridInc option.

Thanks.