You need to sign in to do that
Don't have an account?

Index out of bounds on returning larger data
Hi
I am currently trying to return a full table from SalesForce, and loop through this table to do some processing.
The table i pull down contains 5660 records.
I first pull the table down, the loop through it casting each record into its SForce Object do retrieve data.
However, after 1999 records, i get the error:
error: index '2000' out of bound for pointer/array
Why is this, and how can i get arround it?
TIA
Message Edited by GrantM on 08-04-2005 03:53 AM
Never mind, just saw the Post about QueryMore below.
Thanks sq