Re: Internet based database

From: mydejamail(at)yahoo(dot)co(dot)uk (My Deja)
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Internet based database
Date: 2003-11-10 14:52:42
Message-ID: 90acdc45.0311100652.71fc5fab@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

There are probably a lot of scripts which can do what you want using
PostgreSQL or MySQL and PHP. Check www.hotscripts.com for some of
these.

rcrosser(at)netlink(dot)com(dot)au ("Russell Crosser") wrote in message news:<00c901c3a1db$1f1eae40$cbe13ecb(at)RC>...
> 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(at)netlink(dot)com(dot)au
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-11-10 15:05:08 Re: Dynamic expression evaluation
Previous Message Bruno Wolff III 2003-11-10 14:51:17 Re: Problem Deleting Referenced records