Leonardo
Leonardo

Reputation: 11401

Oracle Instant Client issue

I'm developing a .NET 3.5 app that will consume a oracle database... can i use the instant client that oracle give us?
If yes, How?

i downloaded it and try to add it in References and etc but it says that its not compatible (not COM or managed lib)...

Oracle's site is very vague and un-educative about how to get started imho

Extra Info:

Upvotes: 0

Views: 99

Answers (1)

Mark J. Bobak
Mark J. Bobak

Reputation: 14433

If you want to compile 64-bit code, you'll need the 64-bit client, currently available here: http://www.oracle.com/technetwork/topics/winx64soft-089540.html

If that fails to work, a Google search for 'site:oracle.com 64-bit Oracle client' should locate it for you.

Upvotes: 1

Related Questions