> Hi Karim,
>
> Currently there is no way to do this other than enter the SQL yourself
> with a 'LIMIT nnn' on the end of the query. It might be handy though, so
> I'll add it to the todo list.
MSAccess does this decently. They use a cursor, pull out 100 entries by
default, then when you scroll to the bottom of the screen it grabs the
next 100 entries, etc.
So, you only get as much as you want to see.