RE: [INTERFACES] Resources - Mailing list pgsql-interfaces

From Clark Joel A1C AMC CSS
Subject RE: [INTERFACES] Resources
Date
Msg-id CDC9D3D7F1E4D111A6350000BC116EFE029DD714@scoisnte83.scott.af.mil
Whole thread Raw
List pgsql-interfaces
Stephen Martin Trans-Euro I.T Ltd wrote:
> 
> Hello,
> can anybody point me in the direction of any web sites that cover 
> both postgres and Visual Basic? 
> as in postgres using VB..
> 
> Any leads will be followed up... 
> 
> Regards Stephen 
> 
You actually have two choices...The first is to use ODBC, and then you have access to a lot of
resources on the net (Yahoo is a good place to start looking).  I think
there is a actually a small religion devoted to doing VB/ODBC development,
but I can't confirm it. *g*  Binaries of the PostgreSQL ODBC driver can be
found at http://www.insightdist.com/psqlodbc . 
The second is to use VC++ to compile libpq into a DLL and then
convert the function prototypes and constants in the header file to VB
declares.  This would require a decent knowledge of C and VB, and I doubt
you will find a website that will tell you how to do it.  It might be worth
it for someone(?) to maintain VB and Delphi includes that mimic the .h for
libpq, but that is up to some industrious hacker. 

jc


pgsql-interfaces by date:

Previous
From: Tom Lane
Date:
Subject: Re: [INTERFACES] jdbc interface problems with jdk1.2
Next
From: Neil Darlow
Date:
Subject: PsqlODBC and Qualified Table Names