Re: SQLTransformer modifications

2003-03-06 Thread Jeremy Quinn
On Wednesday, March 5, 2003, at 05:15 PM, Irv Salisbury III wrote: We'd like to use paging in our application from the result sets returned from the SQLTransformer. However, with a number of our queries returning 20,000+ rows, it seems like the current Paginator will not cut it for us. This

SQLTransformer modifications

2003-03-05 Thread Irv Salisbury III
We'd like to use paging in our application from the result sets returned from the SQLTransformer. However, with a number of our queries returning 20,000+ rows, it seems like the current Paginator will not cut it for us. This is mainly because it looks like the Paginator expects all of the

Re: SQLTransformer modifications

2003-03-05 Thread Brian Johnson
I have also started to look into this, but have not come up with anything yet. I'd be very interested in anything you come up with, and will certainly pass along any ideas I have. Brian On Wednesday, March 5, 2003, at 12:15 PM, Irv Salisbury III wrote: We'd like to use paging in our