[Zope] Result set error

Jens Vagelpohl jens@zope.com
Wed, 5 Mar 2003 07:40:07 -0500


ZSQL methods have a setting for the maximum number of results returned. 
go to that ZSQL method and change the setting, which defaults to 1000

jens


On Wednesday, Mar 5, 2003, at 02:17 US/Eastern, Zope@Stylus wrote:

> Hi all
>
> I am using Zope-2.5.1 on a Mandrake Linux machine .My RDBMS is 
> PostgreSQL.
> I have written a simple python script which calls a zsql method whicg
> returns a ResultSet which has 5000 Records.
> Now I am readig from the ResultSet and writing the values to an array
> (tuple) .
> But of the 5000 records I am being able to get only 1000 Records in the
> Pytho script .The 4000 other records dont seem to be coming .