[Zope] ZSQL-Method Bug????
equality_now@dressyvagabonds.com
equality_now@dressyvagabonds.com
Wed, 18 Dec 2002 08:53:45 +0100
i wrote a sql-method which contains the SQL-Statement "SELECT * FROM
table" called imageList
Table contains about 3000 entries.
I created a DTML-Document and wanted to show all entries with a edit
and delete link. I did it like this:
<dtml-in "db.imageList()" size=3D"1" start=3Dquery_start>
...
</dtml-in>
then i integrated forward and previous links, but if i click on the
forward button i only get forward till to the 900d entry.
i would be happy, if someone could help me