Re: how can Iconnect a Postgres database using odbc in c language?

From: Paul Thomas <paul(at)tmsl(dot)demon(dot)co(dot)uk>
To: Maus <masculinu(at)hotmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: how can Iconnect a Postgres database using odbc in c language?
Date: 2004-07-08 22:13:59
Message-ID: 20040708231359.B31846@bacon
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On 02/07/2004 16:02 Maus wrote:
> [snip]
> I'd like to know the equivalent instructions in C language using ODBC
> for connecting a Postgres DB (with also includes library)
>
> Please, is there anyone can tell me which these C language
> instructions are?

ODBC involves a fair bit more programming than JDBC. I suggest you search
the net for an ODBC tutorial. You can find the API documentation on
Microsoft's web site.

HTH

--
Paul Thomas
+------------------------------+---------------------------------------------+
| Thomas Micro Systems Limited | Software Solutions for
Business |
| Computer Consultants |
http://www.thomas-micro-systems-ltd.co.uk |
+------------------------------+---------------------------------------------+

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Otto Blomqvist 2004-07-08 22:34:36 SSL Problems: invalid connection option "requiressl"
Previous Message Alvaro Herrera 2004-07-08 20:02:04 Re: help required