Re: [pgaccess] huge forms - Mailing list pgsql-interfaces

From Constantin Teodorescu
Subject Re: [pgaccess] huge forms
Date
Msg-id 390D6EC1.63F3C448@flex.ro
Whole thread Raw
In response to [pgaccess] huge forms  (Klaus Herrmann <klaus.herrmann@gmx.net>)
List pgsql-interfaces
Klaus Herrmann wrote:
> 
> Hey Everyone!
> I have a question on big forms: I know their size limit is 8KB because they are
> an object in a table. But I wonder if their is any possibility to make bigger
> forms? I know i can put as much code as possible in scripts, but what to do if
> the UI is too complex and needs to much space? Is there a chance to split up a
> form or something like that? Any programming tricks? that would be very cool.

The only chance is to wait for PostgreSQL 7.1 that will bring the
storage of big rows on multiple pages.

Constantin Teodorescu
FLEX Consulting Braila, ROMANIA


pgsql-interfaces by date:

Previous
From: Klaus Herrmann
Date:
Subject: [pgaccess] huge forms
Next
From: Michael Meskes
Date:
Subject: Re: How do I select nth row from a table