ODP.Net
604717Oct 23 2007 — edited Oct 24 2007Hello,
i have developt an application which uses the ODP.Net. I added the reference "Oracle.DataAccess" to the Projekt. So it just works fine when i try to build a connection to the oracle db with the OracleConnection-object.
Now i noticed that my app is not running on a system without having ODP.Net installed.
I deleted the Oracle.DataAccess and added a new reference, System.Data.OracleClient, where this connection-object is also available. But now the connection fails. Do i have to change the connectionstring or something else for using this object??
Thanks so much!
Matthias