Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

deploying a windows forms application

684033Jun 12 2009 — edited Jun 22 2009
Hi there.

i have a win forms app that connects using the following connection string: (in my app.config)

<add name="WTBTest.My.MySettings.RISConnectionString"
connectionString="Data Source=gens.ures;User ID=wtdv;Password=abc;Unicode=True"
providerName="System.Data.OracleClient" />

using this connection, i'm able to query my oracle 10 g database and navigate through my data etc.
now i'm trying to test it on a client machine.
we've installed the 10g client, but when i run my application, nothing happens!
I checked my path statement and it includes: "Path=C:\oracle\product\10.2.0\db_1\bin"

Under the bin directory, i have the oracle.dataaccess.dll

I'm not sure what i'm doing wrong.
i've created an odbc dsn on the client to the same database, with the same credentials, just to make sure i can connect. it works just fine.
can you point me in the right direction?
thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 20 2009
Added on Jun 12 2009
7 comments
2,055 views