Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MSDAORA

Status
Not open for further replies.

maxyboy

Programmer
Jan 31, 2002
3
GB
I think I'm going mad.

I have an asp page that wants to connect to an Oracle 8.1.5 db using nt authentication. It works fine from vb, using this code

strConn = "Provider=MSDAORA; Data Source=Test;user id=/;password=;"
call conTest.Open(strConn)

but when I move it to asp I always get

"Microsoft OLE DB Provider for Oracle error '80040e4d'

ORA-01004: default username feature not supported; logon denied "

Any ideas, default username feature is definitely setup as it works from vb.

matt


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top