Skip to Main Content

Oracle Developer Tools for Visual Studio

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Connection string format

869677Jun 17 2011 — edited Jun 17 2011
Hello 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 15 2011
Added on Jun 17 2011
1 comment
391 views