Need to reinstall Microsoft ODBC Driver for Oracle ? 
Author Message
 Need to reinstall Microsoft ODBC Driver for Oracle ?

Hi everybody,

I'm trying to put a DSN less connection to an  Oracle database instance
(declared in Net 8.)  in my vb6 Code, but I first have a configuration
problem, with ODBC components :

When opening the "ODBC Administrator",  to test my ODBC Connection with
an Oracle Database, this application fails (on launching) : I get an
error message :

"ODBC resource Dll (C:\winnt\system32\odbcint.dll) is a different
version than the administrator (C:\winnt\odbcad32.exe). You need to
reinstall the ODBC Components to ensure proper operation"

Any help would be very very appreciated, thanks in advance,
Olivier

ps: this problem may have occured following MSDN Update... Anybody got
same kind of troubles ?

*********************************************************
By the way, my VB6 code (for DSN less connection) is :
l_sConnectionString = "UID=" & m_sDBUserName & _
        ";PWD=" & m_sDBPassword & _
        ";DRIVER={Microsoft ODBC for Oracle};" & _
        "SERVER=MPDATA;"
m_dyn_ADODBConnection.Open l_sConnectionString
Is this OK ?



Sun, 18 May 2003 03:00:00 GMT  
 Need to reinstall Microsoft ODBC Driver for Oracle ?
Indeed you need to reinstall the ODBC stack since there is a version
mismatch among ODBC components.

--
Best regards,

Carlos J. Quintero

Freeware "all-in-one" Add-In for VB6: TabIndex Assistant, Procedure Callers,
Find in All Projects, Close Windows, Review TabIndex, Review Collections,
Add Property or Function, Add Error Handler, Add Header Comment, Clear
Immediate Window, Project Statistics:
www.mztools.com



Quote:
> Hi everybody,

> I'm trying to put a DSN less connection to an  Oracle database instance
> (declared in Net 8.)  in my vb6 Code, but I first have a configuration
> problem, with ODBC components :

> When opening the "ODBC Administrator",  to test my ODBC Connection with
> an Oracle Database, this application fails (on launching) : I get an
> error message :

> "ODBC resource Dll (C:\winnt\system32\odbcint.dll) is a different
> version than the administrator (C:\winnt\odbcad32.exe). You need to
> reinstall the ODBC Components to ensure proper operation"

> Any help would be very very appreciated, thanks in advance,
> Olivier

> ps: this problem may have occured following MSDN Update... Anybody got
> same kind of troubles ?

> *********************************************************
> By the way, my VB6 code (for DSN less connection) is :
> l_sConnectionString = "UID=" & m_sDBUserName & _
>         ";PWD=" & m_sDBPassword & _
>         ";DRIVER={Microsoft ODBC for Oracle};" & _
>         "SERVER=MPDATA;"
> m_dyn_ADODBConnection.Open l_sConnectionString
> Is this OK ?



Sun, 18 May 2003 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Oracle ODBC driver / Microsoft ODBC driver for Oracle

2. HELP on connection to Oracle with Microsoft ODBC for Oracle Driver

3. How to increase the buffer size of Microsoft ODBC driver for Oracle

4. Oracle 8.1.5 and Microsoft ODBC Driver

5. Microsoft ODBC driver for Oracle, version2.0

6. Microsoft Oracle ODBC driver and ADO

7. Microsoft ODBC Driver for Oracle : RowLimit

8. Decimal Problem usind ADO and Microsoft Oracle ODBC driver

9. ERROR WITH MICROSOFT ODBC DRIVER FOR ORACLE, URGENTE, PLEASE

10. * Microsoft Text Driver as an ODBC driver

11. 32 bit ODBC driver for Oracle 71 needed

12. 32 bit ODBC driver for Oracle 71 needed

 

 
Powered by phpBB® Forum Software