Click here to Skip to main content
15,889,116 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,
I am using C#.net as my programming Language,
I have OS windows 7 64 Bit, Oracle 10g.
All works fine in Windows Forms Application, but when i try to connect crystal reports to Oracle 10g,
I recieve error "CONNECTION NOT OPEN", I am connecting to oracle using Microsoft provider for Oracle.
i googled this issue and Found ODAC will be usefull, But none Help..:(

Also 10g Does not have ODBC drives for 64 Bit environment

Same is the case in ASP.net,
Can you please let me know how can i connect to asp using 64 bit environment.
Posted

1 solution

If I recall correctly, Microsoft will not continue to develop (or support) the provider to Oracle. Because of this you should use ODP.NET which has both 32 and 64 bit versions.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900