Re: SQL*Net for Win 95 and ODBC
Date: 1996/03/26
Message-ID: <kmajkutDoupzL.KtD_at_netcom.com>#1/1
In article <4j6s6c$v86_at_jeeves.niehs.nih.gov>,
Kevin McGowan <mcgowan1_at_niehs.nih.gov> wrote:
>
> We are having a devil of a time trying to get MS ODBC driver to work
>with SQL*Net under Win 95. Everytime we try to get ODBC setup it says
>it can't find the Oracle SQL*net stuff but it has been installed. If
>you are using this please let me know how you got it to work. We are
>also using VB if that helps.
The basic problem I bet you have is that the MS ODBC driver was linked
against the 7.1 NT Oracle Client libs which are not shipped in any form
on 95. For Oracle7.2 there are now common NT/95 client libs which the
ODBC driver should be linked to. Vendors have recently noticed this
and have begun upgrading drivers so check with them.
If you have MSVC you can run DUMPBIN /imports <odbc dllname> and you'll
see that the dll is linked to ORANT71.DLL or maybe ORA7NT.DLL...
>
> Kevin McGowan mcgowan1_at_niehs.nih.gov
>
Received on Tue Mar 26 1996 - 00:00:00 CET