dear developer
i want to connect my Oracle database to asp.net but i am unable to create a database in my oracle 10g express edition...
how can i do this and give a simple example of oracle related topics
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.
Abhishek JaiswalPosted Mar 29, 2014, 7:36 AM
try this connection string
connectionString="Data Source=DESCRIPTION=(ADDRESS_LIST=(ADDRESS = (PROTOCOL = TCP)(HOST = #)(PORT = #)))(CONNECT_DATA =(SERVICE_NAME = test));Persist Security Info=True;password=abcd;user ID=abcd" providerName="System.Data.OracleClient" />
:)