Re: api library for windows client(newbie)

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Vandana Sudheer <vandanasudheer(at)rediffmail(dot)com>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: api library for windows client(newbie)
Date: 2003-01-02 04:30:22
Message-ID: 200301020430.h024UMA24747@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


Libpq, which is used by most other interfaces _except_ odbc and jdbc,
can be compiled using MS Visual C++. I just put in a patch for Borland
C++ 5.5, and that will appear in 7.4. If you search the archives you
can find it and apply to 7.3.X. Then you can use libpq (C) or any of
the other interfaces under MSWin.

---------------------------------------------------------------------------

Vandana Sudheer wrote:
> Hi All,
>
> I am new to postgres, I would like to know the best
> and reliable way to access a postgres server on linux
> from a windows client. I don't want odbc. Is there any
> C++ class libraries for BCC 5.5 ?
>
> Thanks in advance.
>
> Vandana
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Egil Moeller 2003-01-02 06:09:56 libpq
Previous Message Jeroen T. Vermeulen 2003-01-02 01:27:33 Re: api library for windows client(newbie)