Internet based database - Mailing list pgsql-general

From Russell Crosser
Subject Internet based database
Date
Msg-id 00c901c3a1db$1f1eae40$cbe13ecb@RC
Whole thread Raw
Responses Re: Internet based database  (Stuart Johnston <sjohnston@haisolutions.com>)
Re: Internet based database  (<mallah@trade-india.com>)
Re: Internet based database  (Karsten Hilbert <Karsten.Hilbert@gmx.net>)
List pgsql-general
I maintain an internet site. The host is linux based and uses postgres on
the server.
I wish to install a smallish database (of names and addresses +) on the
host, and allow it to be accessed over the internet (by a restricted number
of people).
I have the database working locally on a MS Access database, but would
expect to transfer it to a postgresql database on the server.
My question is: What is the method of operating such a database over the
internet? Do I write an application to use at home which sends postgress
queries to the server, or do I access the server-based postgres program
using HTML or some other method?
Can I write an application which runs on my home computer, but sees its
database file on a directory at the server? I will probably be using Delphi
7 or a public domain postgres application.

Any explanation would be appreciated, or possibly direct me to something I
can read in the net. I have looked, but everything seems either too
complicated or too simple.

Russell
rcrosser@netlink.com.au


pgsql-general by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: slow down on UPDATE using IN statements
Next
From: Clive Page
Date:
Subject: How to use dblink within pl/pgsql function: