RE: [INTERFACES] Resources

Поиск
Список
Период
Сортировка
От Clark Joel A1C AMC CSS
Тема RE: [INTERFACES] Resources
Дата
Msg-id CDC9D3D7F1E4D111A6350000BC116EFE029DD714@scoisnte83.scott.af.mil
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [INTERFACES] jdbc interface problems with jdk1.2
Следующее
От: Neil Darlow
Дата:
Сообщение: PsqlODBC and Qualified Table Names