Oracle v < 9 with Windows Server 2008 and odbc
699102Apr 30 2009 — edited May 15 2009Hi.
I've got a customer that has a windows 2008 server and I need to connect to an oracle database from a .net application from this server.
First I thought it was easy to configure an odbc connection on the computer and then just use it but it seems that I need to install "oracle client" first.
Problem, it seems that it's not possible to find this "oracle client" for oracle version < 9 (it's running somehting like 8.1.6 ) for windows 2008
I have also try to directly use .net assembly to avoid odbc but i've got the same error message "oracleconnection need oracle client installed"
Is there a solution ?