Re: [GENERAL] data entry forms

From: Stephan Doliov <doliov(at)wco(dot)com>
To: pgsql-general(at)postgresql(dot)org
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: [GENERAL] data entry forms
Date: 1998-07-03 23:06:10
Message-ID: Pine.GSO.3.96.980703155600.19297A-100000@shell1.ncal.verio.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-interfaces

This is probably not the world's most helpful response, but maybe it will
point you in the right direction.

What tools are there for creating screens on dumb terminals (regardless of
where the data is being written to)? I'd think that libcurses would be a
place to look. If that answers your question, then perhaps you are curious
as to how to send data from data entry screens created in C or C++ back to
postgresql. look into libpq. if you have updated your MANPATH to search
the postgres install directory's man (e.g. /usr/local/postgres/man) pages
directory, than man libpq will send you on your way to programming in C to
get to the database.

As for other tools, you'll notice that I also replied this to the
pgsql-interfaces(at)postgresql(dot)org mailing list, as the smart folks there may
better be able to answer your question. To subscribe to this mailing
list, send email to pgsql-interfaces-request(at)postgresql(dot)org and put in the
body the text "subscribe" (without the quote marks of course). that'll
get you on that mailing list also.

keeping info in the family :-),
steve doliov

On Thu, 2 Jul 1998 SierraAdm(at)aol(dot)com wrote:

> We have a character based data entry application on dumb terminals.
> We would like to use postgres (postgreSQL) as the data base.
> What tools are available for creating data entry screens on dumb terminals?
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Brian 1998-07-04 17:46:51 DBI/DBD-Pg/perl question
Previous Message Richard Lynch 1998-07-03 21:21:25 Re: [PHP3] Doing \copy after a file upload.

Browse pgsql-interfaces by date

  From Date Subject
Next Message Roderick A. Anderson 1998-07-04 14:26:47 Re: [INTERFACES] Creating a C Function
Previous Message llestat 1998-07-03 19:05:44 Re: [INTERFACES] JDBC and DriverManager