use psqlodbc on Windows without Windows driver manager? - Mailing list pgsql-odbc

From Dieter Mueller (BOI GmbH)
Subject use psqlodbc on Windows without Windows driver manager?
Date
Msg-id 570B5332.8040406@boi.at
Whole thread Raw
Responses Re: use psqlodbc on Windows without Windows driver manager?  ("Tsunakawa, Takayuki" <tsunakawa.takay@jp.fujitsu.com>)
List pgsql-odbc
Hello,

is psql-odbc designed to work on Windows without the Windows ODBC driver
manager?

(I want to prepare a distribution of our software for testing purposes
that can be used without any installation on Windows - no ODBC driver
installation as well)

I created my own psqlodbc30a.lib of psqlodbc30a.dll by calling MS tools
"dumpbin /exports ..." and "lib /def:...", then I linked my ODBC
application with the new psqlodbc30a.lib instead of Microsoft's
obdc32.lib and odbccp32.lib.

--> seems to work fine, but is the psql-odbc driver designed to run
without a driver manager, or must I expect problems when it is used this
way?

Kind regards,
Dieter Mueller


pgsql-odbc by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: psqlODBC 09.05.0200 Released
Next
From: Huong Dangminh
Date:
Subject: Why does binary of 09.05.0100 version was built with Visual Studio 2013?