z*******6 发帖数: 133 | 1 Can anyone help me about create OracleConnection connection string with
wallet?
We are using Oralce 11g, with wallet we can access database with saved
credential information, but I don't know how to use it in connection string
in .NET development and open a OracleConnection
following is a website for regular connection string for reference
http://www.connectionstrings.com/oracle | B*****g 发帖数: 34098 | 2 If you want to use ODP .net, try
http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28844/
string
【在 z*******6 的大作中提到】 : Can anyone help me about create OracleConnection connection string with : wallet? : We are using Oralce 11g, with wallet we can access database with saved : credential information, but I don't know how to use it in connection string : in .NET development and open a OracleConnection : following is a website for regular connection string for reference : http://www.connectionstrings.com/oracle
| z*******6 发帖数: 133 | 3 Got the answer, thanks
connection.ConnectionString = string.Format("Data Source={0};User ID=/", ssid);
http://download.oracle.com/docs/cd/B28359_01/win.111/b28375/fea |
|