Re: How to handle odbc/registry

2004-06-28 Thread Alexandre Julliard
Bill Medland <[EMAIL PROTECTED]> writes: > So should we have code within the registry code that recognises access to the > ODBC tree when odbc32 is builtin and redirects it to the corresponding calls > to the unix ODBC manager? No, but probably the builtin odbc32 should create the registry keys

How to handle odbc/registry

2004-06-28 Thread Bill Medland
The builtin odbc32.dll basically simply proxies the underlying unix ODBC provider (e.g. unixODBC or iODBC). I have just discovered that somewhere in the compilation/link phase under Windows some standard ODBC function calls somehow actually get translated into direct registry calls. For exampl