Re: Forms for entering data into postgresql‏

From: "SUNDAY A(dot) OLUTAYO" <olutayo(at)sadeeb(dot)com>
To: Wolfgang Keller <feliphil(at)gmx(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Forms for entering data into postgresql‏
Date: 2013-10-11 09:27:41
Message-ID: 2537640c-b6d3-478c-b2b7-1fb941c64c57@mail
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Try Libreoffice Base

Thanks,

Sunday Olutayo

----- Original Message -----
From: "Wolfgang Keller" <feliphil(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Sent: Friday, October 11, 2013 1:45:10 PM
Subject: Re: [GENERAL] Forms for entering data into postgresql‏

> I have developed an application using MS SQL. I have used MS Access
> for creating forms to enter data into the database. I am thinking of
> changing over to postgresql and would also like to use any other
> available open source tool for creating forms. Are there any free
> applications available for creating forms similar to the ones I have
> made in MS Access?. Any alternative suggestions will be appreciated.

Without Programming:

LO/OO Base
Kexi might get usable one day as well.
Rekall is apparently dead, unfortunately.

Using Python (far easier and more powerful than any dialect of "Basic"):

With PyQt (& Sqlalchemy):
Qtalchemy: www.qtalchemy.org
Camelot: www.python-camelot.com
Pypapi: www.pypapi.org

With PyGTK:
Sqlkit: sqlkit.argolinux.org (also uses Sqlalchemy)
Kiwi: www.async.com.br/projects/kiwi

With wxPython:
Gui2Py: code.google.com/p/gui2py/
Dabo: www.dabodev.com
Defis: sourceforge.net/projects/defis (Russian only)
GNUe: www.gnuenterprise.org

Sincerely,

Wolfgang

--
Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

In response to

Browse pgsql-general by date

  From Date Subject
Next Message hiroyuki shiga 2013-10-11 10:51:53 Re: postgresql9.1.6 core dump
Previous Message SUNDAY A. OLUTAYO 2013-10-11 09:24:56 Re: Forms for entering data into postgresql‏