Connect Oracle by Windows user Authentication. This is used to connect to oracle without passing an
Connect Oracle by Windows user Authentication. This is used to connect to oracle without passing any username/password. Oracle authenticates
Rate Connect Oracle by Windows user Authentication. This is used to connect to oracle without passing an
(1(1 Vote))
conn.ConnectionString = "Provider=OraOLEDB.Oracle; User ID=/;Data Source=<Name of the TNS>"
conn.Open
'TNS name is the name of the string using which you connect oracle. It is found in TNSNAMES.ORA file.
Connect Oracle by Windows user Authentication. This is used to connect to oracle without passing an Comments
No comments yet — be the first to post one!
Post a Comment