use psqlodbc on Windows without Windows driver manager?

Поиск
Список
Период
Сортировка
От Dieter Mueller (BOI GmbH)
Тема use psqlodbc on Windows without Windows driver manager?
Дата
Msg-id 570B5332.8040406@boi.at
обсуждение исходный текст
Ответы Re: use psqlodbc on Windows without Windows driver manager?  ("Tsunakawa, Takayuki" <tsunakawa.takay@jp.fujitsu.com>)
Список 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 по дате отправления:

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: psqlODBC 09.05.0200 Released
Следующее
От: Huong Dangminh
Дата:
Сообщение: Why does binary of 09.05.0100 version was built with Visual Studio 2013?