Dear All,
I'm using C#[vs2008] and oracle11G [11.2].
I need connection string for remote server. using Oracle Data Provider for .NET / ODP.NET.
can someone help me to give the connection string?
Thanks in advance,
thenndral
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Krishna GaradPosted Sep 27, 2011, 1:18 AM
thenndralPosted Oct 1, 2011, 2:26 AM
thenndralPosted Sep 27, 2011, 1:09 AM
thanks for your reply.
can We use this connection string for ODP.NET Provider?
OracleConnection cn=new OracleConnection("Data Source=
Thanks,
Thenndral
Krishna GaradPosted Sep 27, 2011, 12:54 AM
OracleConnection cn=new OracleConnection("Data Source=
Or can try with oledb provider
OledbConnection cn=new OledbConnection("Data Source=
Even with odbc first create user DSN in your system and use it