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

From: "Frank D(dot) Engel, Jr(dot)" <fde101(at)fjrhome(dot)net>
To: 'PgSql General' <pgsql-general(at)postgresql(dot)org>
Subject: Re: Data entry - forms design or other APIs etc. - what is there?
Date: 2005-01-24 14:49:45
Message-ID: 2FDEB995-6E17-11D9-85B3-0050E410655F@fjrhome.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I'm using Runtime Revolution (www.runrev.com; note this is a commercial
product, but there is a free demo) -- not database specific, but it
does have built-in support for PostgreSQL. Note that while it *should*
be able to build apps for Linux, accessing databases from those apps
seems to be broken in the current version; I suspect that will be fixed
in the next release. This is a *very* fast way to build almost any
kind of application, once you've got a feel for how to use it.

On Jan 23, 2005, at 1:17 AM, William Yu wrote:

> 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.
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to
> majordomo(at)postgresql(dot)org
>
>
- -----------------------------------------------------------
Frank D. Engel, Jr. <fde101(at)fjrhome(dot)net>

$ ln -s /usr/share/kjvbible /usr/manual
$ true | cat /usr/manual | grep "John 3:16"
John 3:16 For God so loved the world, that he gave his only begotten
Son, that whosoever believeth in him should not perish, but have
everlasting life.
$
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)

iD8DBQFB9QsK7aqtWrR9cZoRAtbHAJ4w5kv/qC+Kt+IOUpP6ncq6wJdO3wCdHXts
gqksDNbNduBp2jXaBQQ4oBg=
=cAyE
-----END PGP SIGNATURE-----

___________________________________________________________
$0 Web Hosting with up to 120MB web space, 1000 MB Transfer
10 Personalized POP and Web E-mail Accounts, and much more.
Signup at www.doteasy.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Vincenzo Ciancia 2005-01-24 14:55:21 Validating user-input to be inserted in regular expressions
Previous Message Abdul-Wahid Paterson 2005-01-24 14:48:21 querying two connections in one query