Adagio
7 years agoFrequent Contributor
Schema in the Connection string to connect to Oracle DB
Hi,
I have a connection string that I use to connect to oracle DB.
I'm not sure if schema name can also be passed in the connection string. I tried and it didn't work.
Is there any other way to do this or any different parameter name I should be using other than 'Current Schema' ?
conn.ConnectionString = "Driver={DriveName};"+ "Data Source = XXX;" + "CurrentSchema = XXXXX;" + "User ID = XXX;" + "Password = XX" ;
Any help would be appreciated!
Thank you
Abhi