Re: database connection
Charlie Clark <[email protected]>
| Newsgroups | gmane.comp.web.zope.database |
|---|---|
| Message-ID | <[email protected]> |
On 2006-01-10 at 12:50:41 [+0100], Martin Krallinger <[email protected]> wrote: > Hi all, > > > I am using zope to connect to my postgres database using psycopg. > Everything works fine, I can connect to the db and do queries, the first > 20 results are displayed correctly, but when I want to display the > '(Next 20 results)' I get the following error: This is a standard error in ZSQL's test pages and is due to the fact that the query parameters are not included in the link for the next 20 results. Charlie