Re: Miss data during consecutive query

2005-09-28 Thread Dave Shield
On Tue, 2005-09-27 at 19:16 -0700, Fong Tsui wrote: > When I query a table consecutive (very quick), the second time, > it gives partial data. I am using 5.0.9 and old api. > > For example, if a table has 105 items, in the quick consecutive walk, > the first time, it gives 105 line return and the

Miss data during consecutive query

2005-09-27 Thread Fong Tsui
When I query a table consecutive (very quick), the second time, it gives partial data. I am using 5.0.9 and old api. For example, if a table has 105 items, in the quick consecutive walk, the first time, it gives 105 line return and the second time give less than 105 line. Does anybody know what p