deploying a windows forms application
684033Jun 12 2009 — edited Jun 22 2009Hi 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.