If your server is running on windows x64, I still suggest forcing your compiler to x86 mode as the version of the Oracle dll is most probably x86 and as the connection initialization takes place on the server side, and it will cause the listed error. The
only time i've gotten this type of error with Oracle connections has been when I was compiling to the wrong cpu type.
jssting
Member
8 Points
4 Posts
Re: The provider is not compatible with the version of Oracle client
Oct 11, 2010 09:36 AM|LINK
If your server is running on windows x64, I still suggest forcing your compiler to x86 mode as the version of the Oracle dll is most probably x86 and as the connection initialization takes place on the server side, and it will cause the listed error. The only time i've gotten this type of error with Oracle connections has been when I was compiling to the wrong cpu type.