Toolkit for creating editable grid

From: "Andrus" <eetasoft(at)online(dot)ee>
To: pgsql-general(at)postgresql(dot)org
Subject: Toolkit for creating editable grid
Date: 2005-12-13 17:00:57
Message-ID: dnmut5$114u$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I want to create editable grid (client application) for large Postgres
table:

At startup this grid show first screenful of records and allows to edit
them.
When user presses page down key, this grid should read next screenful of
records and allow to edit them etc.
PgADMIN tries to read the whole table.

Is there any free toolkit or sample application for this ?

Andrus.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2005-12-13 17:06:04 Re: Toolkit for creating editable grid
Previous Message John Sidney-Woollett 2005-12-13 16:37:42 Re: Memory Leakage Problem