Page 1 of 1

ConnectionString Oracle

Posted: Wed Jun 01, 2011 8:06 am
by eduardo
How to specify the connection string oracle?

ConnectionString Oracle

Posted: Thu Jun 02, 2011 7:21 am
by Vladimir
Hello,

You can use the following connection string format:
Data Source=database;User Id=username;Password=passw;Privilege=sysoper or sysdba
The Password and Privilege are optional parameters.

Thank you.