Re: [GENERAL] Forms for entering data into postgresql‏

2013-10-11 Thread Wolfgang Keller
 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@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


Re: [GENERAL] Forms for entering data into postgresql‏

2013-10-11 Thread SUNDAY A. OLUTAYO
- Original Message -
From: Wolfgang Keller felip...@gmx.net
To: pgsql-general@postgresql.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


Try Libreoffice Base

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


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


Re: [GENERAL] Forms for entering data into postgresql‏

2013-10-11 Thread SUNDAY A. OLUTAYO

Try Libreoffice Base


Thanks,

Sunday Olutayo



- Original Message -
From: Wolfgang Keller felip...@gmx.net
To: pgsql-general@postgresql.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@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


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


[GENERAL] Forms for entering data into postgresql‏

2013-10-09 Thread Sudhir P . B .
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. 

[GENERAL] Re: [GENERAL] Forms for entering data into postgresql‏

2013-10-09 Thread bricklen
On Wed, Oct 9, 2013 at 7:05 PM, Sudhir P.B. pb_sud...@hotmail.com wrote:

 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.


Here is a list of tools that has been more or less maintained over the past
several years:
http://wiki.postgresql.org/wiki/Community_Guide_to_PostgreSQL_GUI_Tools
I have no idea how many of them are still actively developed or used though.


[GENERAL] Re: [GENERAL] Forms for entering data into postgresql‏

2013-10-09 Thread Adrian Klaver

On 10/09/2013 07:05 PM, Sudhir P.B. wrote:

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.


There are tools available, as mentioned in a previous post. There are 
good tools in the list and I have tried quite a few of them. Just know 
they will require a bit more effort then Access to get a finished form. 
I am not the biggest fan of Access, but it does shine in getting fairly 
involved forms up quickly. FYI, you can use it with Postgres, which may 
be the way to go until you have completed the change over to Postgres. 
Welcome to the Postgres community.



--
Adrian Klaver
adrian.kla...@gmail.com


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