Connection string format
869677Jun 17 2011 — edited Jun 17 2011Hello all,
I'm new to using Oracle for my database but not new to Visual Studio. I am trying to set up my connection string to point to the oracle database. I have the connection string working with this format:
Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=jdedbdev.nesl.com)(PORT=1521)))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=jdedbdev.nesl.com)));User Id=sgeller;Password=sgeller;
But I would like to add the actually database in to the connection string. Where would I add the database name within this connection string?
Thank you