VC++ Application Connecting PostgreSQL on Linux

VC++ Application Connecting PostgreSQL on Linux

am 17.02.2006 08:11:24 von aroravishal22

Can anyone help me ... Is it possible to connect a VC++ Application
running on Windows to PostgreSQL Database running on Linux platform. If
it is possible how do we go about.
Thanks
Vishal

Re: VC++ Application Connecting PostgreSQL on Linux

am 17.02.2006 08:43:44 von Christian Winter

aroravishal22@gmail.com schrieb:
> Can anyone help me ... Is it possible to connect a VC++ Application
> running on Windows to PostgreSQL Database running on Linux platform. If
> it is possible how do we go about.

Wrong group here. This is a perl newsgroup.

However, as the answer to the question is too short to waste any
more bandwith with headers:
Yes. Just download the psqlODBC driver (google's your friend),
install it on the Win32 machine and connect from VC++ like to any
other ODBC database.

-Chris