Free Unix-Like ODBC Driver Manager For Win32?

Started by Randy Yatesover 21 years ago2 messagesgeneral
Jump to latest
#1Randy Yates
yates@ieee.org

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

#2Thomas Kellerer
spam_eater@gmx.net
In reply to: Randy Yates (#1)
Re: Free Unix-Like ODBC Driver Manager For Win32?

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