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

Поиск
Список
Период
Сортировка
От Peter Mount
Тема RE: [INTERFACES] Libpq in Windows95 and VC++ 5.0
Дата
Msg-id 714F8949628ED1119E0F0060082C52F5095294@vesta.maidstone.gov.uk
обсуждение исходный текст
Список 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@maidstone.gov.uk, peter@retep.org.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@hub.org
[mailto:owner-pgsql-interfaces@hub.org]On Behalf Of Roberto Joao Lopes
Garcia
Sent: Tuesday, May 19, 1998 9:11 PM
To: pgsql-interfaces@postgreSQL.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@hub.org           secondary:
scrappy@{freebsd|postgresql}.org
>
>
>
----------------------------------------------------------------------------
-----------------------
Eng. Roberto Joao Lopes Garcia         E-mail: roberto@mha.com.br
F. 55 11 848 9906   FAX  55 11 848 9955

MHA Engenharia de Projetos Ltda
E-mail: mha@mha.com.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
----------------------------------------------------------------------------
-----------------------


В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [DOCS] Re: FE/BE protocol revision patch
Следующее
От: The Hermit Hacker
Дата:
Сообщение: using ODBC-Driver of POSTGRES in relation to CRecordsets