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

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
Cc: "Sudhir P(dot)B(dot)" <pb_sudhir(at)hotmail(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Re: [GENERAL] Forms for entering data into postgresql
Date: 2013-10-10 13:48:03
Message-ID: CAHyXU0x+20zAFJtwpSPD13RNFoqhpQRinj7nKwP6mooUDaa0Sg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Oct 9, 2013 at 9:24 PM, Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com> wrote:
> 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.

Most of the "90's era" application stacks (vb, access, delphi, etc)
will work just fine with postgres over ODBC although an already
written application would need some changes if it's built against the
internall jet database. If you're writing a new application though,
it's should be clear that investing in a more modern environment is a
good idea. Forms these days are written in HTML.

merlin

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Kaare Rasmussen 2013-10-10 14:48:08 Re: Tree structure
Previous Message Attila Soki 2013-10-10 13:40:13 Feature request: support queries with returning on simple views with automatic update