Re: Connecting remotely.

From: ken(at)ori-ind(dot)com
To: "Adam Lang" <aalang(at)rutgersinsurance(dot)com>, <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: Connecting remotely.
Date: 2000-11-01 18:55:39
Message-ID: 3.0.1.32.20001101105539.00a87100@ori-ind.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

For single tier access to pg via libpq.dll check out the following:

http://www.zeos.dn.ua/eng/zeos_zdo_main.html

Ken

At 13:24 11/01/2000 -0500, Adam Lang wrote:
>So in other words I should have a client that talks to a server application,
>which in turn talks to the database?
>
>Again, this n-tier stuff is nice if the person writing the app has to do it
>independent of a back end, but when you are writing for a specific
>instances, all it seems to do is make things harder...
>
>Adam Lang
>Systems Engineer
>Rutgers Casualty Insurance Company
>----- Original Message -----
>From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
>To: "'Adam Lang'" <aalang(at)rutgersinsurance(dot)com>;
><pgsql-interfaces(at)postgresql(dot)org>
>Sent: Wednesday, November 01, 2000 12:15 PM
>Subject: RE: [INTERFACES] Connecting remotely.
>
>
>>
>>
>> > -----Original Message-----
>> > From: Adam Lang [mailto:aalang(at)rutgersinsurance(dot)com]
>> > Sent: 01 November 2000 16:40
>> > To: pgsql-interfaces(at)postgresql(dot)org
>> > Subject: Re: [INTERFACES] Connecting remotely.
>> >
>> >
>> > What's the difference between having the client use ADO to talk to the
>> > database as opposed to an interface using the postgresql
>> > client libraries?
>> >
>>
>> Nothing, I would say. In my mind, Sergio is saying that any app written
>with
>> libpq or libpq++ or any other interface that doesn't include some kind of
>> middleware is broken. Surely that would include psql, pgAccess, pgAdmin,
>> anything using ODBC written in C or VB or C++?
>>
>> Or have I missed the point completely?
>>
>> Regards,
>> Dave.
>>
>> >
>> > > "Adam Lang" <aalang(at)rutgersinsurance(dot)com> el día Wed, 1 Nov
>> > 2000 09:52:35
>> > > -0500, escribió:
>> > >
>> > > [...]
>> > > >
>> > > >What are people's thoughts?
>> > >
>> > > people's thoughts are that you really want to design a multi-thier
>> > > design (for example a 3 layer design), where
>> > >
>> > > / client1 (browser)
>> > > database <---> bussines rules - client2 (browser)
>> > > (ie. apache, php,...) \ .....
>> > >
>> > >
>> > > if your client has direct access to the database, you
>> > design is broken...
>> > >
>> > > sergio
>> >
>

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Clark, Joel 2000-11-01 20:14:27 RE: Connecting remotely.
Previous Message Adam Lang 2000-11-01 18:24:30 Re: Connecting remotely.