Re: Table Iterate queries

2006-11-06 Thread Dave Shield
On 06/11/06, Srivastava, Namburi (IE10) <[EMAIL PROTECTED]> wrote: > Using iterate method of accessing table parameters how to find the column > information The model used by the iterate helper is to separate the processing into two separate stages. The get_{first,next} routines are concerned wit

Table Iterate queries

2006-11-06 Thread Srivastava, Namburi (IE10)
Title: Table Iterate queries Hi, I was using data-set method for accessing table parameters, where in I can’t change the index once assigned as my implementation includes varying row numbers table for each request. So I tried to use iterate method. Can anybody help in setting up iterate