VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Connect Oracle by Windows user Authentication. This is used to connect to oracle without passing an

by Amit Robert (1 Submission)
Category: Databases/Data Access/DAO/ADO
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Wed 15th December 2004
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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



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.

Download this snippet    Add to My Saved Code

Connect Oracle by Windows user Authentication. This is used to connect to oracle without passing an Comments

No comments have been posted about Connect Oracle by Windows user Authentication. This is used to connect to oracle without passing an. Why not be the first to post a comment about Connect Oracle by Windows user Authentication. This is used to connect to oracle without passing an.

Post your comment

Subject:
Message:
0/1000 characters