[Zope] MySQL product
Jens Vagelpohl
jens@zope.com
Wed, 7 Nov 2001 13:32:09 -0500
apart from the actual problem of the software not returning more than 1000
result, trying to produce a dropdown that large sounds like a usability
nightmare and will freeze up or crash some browsers.
i recommend you redesign the interface to provide a search interface to
restrict the number of results.
jens
On Wednesday, November 7, 2001, at 11:53 , Beaudette, Sheree wrote:
> I have the MYSQL product installed in Zope. I'm having a problem getting
> more than 1,000 rows in a select query I'm using in Zope for a drop down
> box. We found max rows to be set to 1,000 in db.py in the file system in
> the products directory. We then changed it to 2,000 just to see if it
> would
> work. It does not.
>
> Any suggestions??