Обсуждение: Free Unix-Like ODBC Driver Manager For Win32?

Поиск
Список
Период
Сортировка

Free Unix-Like ODBC Driver Manager For Win32?

От
Randy Yates
Дата:
Hi,

I want to do develop some C++ to interface with a remote postgresql
database via ODBC on a win32 platform (windows 2000) via unix
style. For example, I like using the mingw (minimum gnus for windows)
distribution, gnumake, xemacs, cygwin, and non-IDE building.

Will the iODBC driver manager work under such an environment in win32?
If not, is there something that will?
--
%  Randy Yates                  % "And all that I can do
%% Fuquay-Varina, NC            %  is say I'm sorry,
%%% 919-577-9882                %  that's the way it goes..."
%%%% <yates@ieee.org>           % Getting To The Point', *Balance of Power*, ELO
http://home.earthlink.net/~yatescr

Re: Free Unix-Like ODBC Driver Manager For Win32?

От
Thomas Kellerer
Дата:
Randy Yates wrote on 27.09.2004 01:35:
> Hi,
>
> I want to do develop some C++ to interface with a remote postgresql
> database via ODBC on a win32 platform (windows 2000) via unix
> style. For example, I like using the mingw (minimum gnus for windows)
> distribution, gnumake, xemacs, cygwin, and non-IDE building.
>
> Will the iODBC driver manager work under such an environment in win32?
> If not, is there something that will?

If you are working with win32, why do you need a separate driver manager?
To my knowledge they all come with an ODBC manager...

Thomas