RE: [INTERFACES] Libpq in Windows95 and VC++ 5.0

From: Peter Mount <peter(at)maidstone(dot)gov(dot)uk>
To: "'Roberto Joao Lopes Garcia'" <roberto(at)mha(dot)com(dot)br>, pgsql-interfaces(at)postgresql(dot)org
Subject: RE: [INTERFACES] Libpq in Windows95 and VC++ 5.0
Date: 1998-05-20 07:03:44
Message-ID: 714F8949628ED1119E0F0060082C52F5095294@vesta.maidstone.gov.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

I don't think anyone has done it yet.

However, the protocol isn't too complicated, so you could write your own
library. The ODBC & JDBC drivers are like this - they don't use libpq, and
there's also a pure TCL8 library floating around.

Be warned though, if a protocol change occurs, like there was one in 6.3,
and 6.4 has one also, you'll have to keep up with development.

I did find it a good way to see how the backend works, when working on the
JDBC driver. Implementing Fastpath was fun ;-)

--
Peter T Mount, peter(at)maidstone(dot)gov(dot)uk, peter(at)retep(dot)org(dot)uk
JDBC FAQ: http://www.retep.org.uk/postgres
Please note that this is from my works email. If you reply, please cc my
home address.

-----Original Message-----
From: owner-pgsql-interfaces(at)hub(dot)org
[mailto:owner-pgsql-interfaces(at)hub(dot)org]On Behalf Of Roberto Joao Lopes
Garcia
Sent: Tuesday, May 19, 1998 9:11 PM
To: pgsql-interfaces(at)postgreSQL(dot)org
Subject: [INTERFACES] Libpq in Windows95 and VC++ 5.0

But

Is it possible to compile LIBPQ with MS Visual C++ V5 to make some programs
runing in Win95 machine to access PostgreSQL runing at a UNIX box without
ODBC? Has any one done it yet?

Roberto

>On Mon, 18 May 1998, Andrew Boothman wrote:
>
>> I'm sure you get question's like this every day, so I'll be short.
>>
>> I've got MS Visual C++ V5. So, has anyone had any sucess in installing
>> postgreSQL on such a machine?
>> (Your web site described this as 'possibly incompatable')
>
> Not currently possible...mainly because nobody appears energetic
>enough to take on the port :)
>
>Marc G. Fournier
>Systems Administrator @ hub.org
>primary: scrappy(at)hub(dot)org secondary:
scrappy(at){freebsd|postgresql}.org
>
>
>
----------------------------------------------------------------------------
-----------------------
Eng. Roberto Joao Lopes Garcia E-mail: roberto(at)mha(dot)com(dot)br
F. 55 11 848 9906 FAX 55 11 848 9955

MHA Engenharia de Projetos Ltda
E-mail: mha(at)mha(dot)com(dot)br WWW: http://www.mha.com.br

Av Maia Coelho Aguiar, 215 Bloco D 2 Andar
Centro Empresarial de Sao Paulo
Sao Paulo - BRASIL - 05805 000
----------------------------------------------------------------------------
-----------------------

Browse pgsql-interfaces by date

  From Date Subject
Next Message zorll 1998-05-20 18:03:16 Problem building the JDBC driver
Previous Message Bruce Momjian 1998-05-20 01:54:08 Re: [DOCS] Re: FE/BE protocol revision patch