On 19/11/09 09:16, Musavir Khan wrote: > Hi Alan, > > please change to query to a combination like this, > > select count(*) from Contacts; this will get you the number of contacts. > > then run query select * from Contacts m,100 while m is less then number > of contacts. Perfect. Thanks. Alan