Click here to Skip to main content
15,886,830 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have an application that is launched from another big application. The "mother" application is being updated to the next version and it is now using Oracle 10 (went up from Oracle 9).
In my application I am using OleDbConnection which was perfectly OK. Now with Oracle 10 I can't connect to the database. For some reason it gives me "Invalid User/Password" even though I know for sure that it's valid.
Question: What has changed? Is OleDB still working with Oracle 10? Should the connection string be different?

Thank you.
Posted
Comments
ZurdoDev 26-Jul-12 16:56pm    
I would check with Oracle. If it is a known issue they would likely know.

1 solution

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