function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
GrantMGrantM 

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

GrantMGrantM

Never mind, just saw the Post about QueryMore below.

Thanks sq