Re: How to use by-passing the installation

From: Gustavo Pinsard <pinsard(at)rocksolid(dot)com(dot)br>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Re: How to use by-passing the installation
Date: 2010-09-25 19:49:08
Message-ID: 4C9E5234.70001@rocksolid.com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Marco,

You will need to use libpq. PG manual has plenty of information on that.

Gustavo

On 25/09/2010 16:41, Marco Aurelio Zoqui wrote:
> Hi All,
> I'm a Windows MS C++ developer, and currently all my apps set are running in a not installable way. Users just uncompress a zip file to start using the programs.
> PostgreSQL start/stop commands are also controlled by my application.
>
> I would like to know if there is a way to make PosgreSQL ODBC connection by-passing the odbc driver installation?
>
> Is it possible to directly use the files psqlodbc30a.dll / psqlodbc35w.dll when they are not listed/recognized by odbcad32.exe?
>
> Marco
>

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Allen Krause 2010-09-27 19:27:41 unable to connect to postgresql datasource
Previous Message Marco Aurelio Zoqui 2010-09-25 19:41:07 How to use by-passing the installation