Re: Data entry - forms design or other APIs etc. - what is there?

From: William Yu <wyu(at)talisys(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Data entry - forms design or other APIs etc. - what is there?
Date: 2005-01-23 06:17:00
Message-ID: csvfhe$87m$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Take a look at Ruby on Rails.

http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html

I haven't used it myself yet but looking through the above walkthrough,
seems pretty easy to make data entry web forms.

Chris Green wrote:
> On Fri, Jan 21, 2005 at 06:19:53PM -0600, Andrew L. Gould wrote:
>
>>On Friday 21 January 2005 12:55 pm, Chris Green wrote:
>
> [snip question]
>
>>Many languages have the capacity to access PostgreSQL databases
>>including Python (with PyGreSQL), Perl (with DBI), PHP (compile in
>>support), Delphi and Java (with JDBC) to name a few. The selection of
>>GUI tools for forms depends upon the language.
>>
>
> Yes, I was hoping for a bit more help than just a language interface
> but if I have to I'll go down that route.
>
>
>>You can also use other databases applications that make use of ODBC
>>links such as MS Access and Paradox. (Attempts with Lotus Approach
>>failed horribly.) At work, I've used MS Access to create several
>>front-end applications to PostgreSQL database servers.
>>
>
> Now that *is* a possibility, I have Access at least. Though that
> prevents me making a totally Linux based application.
>
>
>
>>Gnumeric, a spreadsheet application, is supposed to be able to access
>>several databases natively (not odbc) via gnomedb. I've gotten gnomedb
>>to connect to the database; but I can't find any documentation as to
>>how to get the data into the spreadsheet.
>>
>
> Those might be useful too, thanks.
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Lonni J Friedman 2005-01-23 06:23:27 Re: Dead-end in PostgreSQL 8.0 fresh installation (while upgrading doesn't get anywhere)
Previous Message Jarkko Elfving 2005-01-23 06:09:15 Dead-end in PostgreSQL 8.0 fresh installation (while upgrading doesn't get anywhere)