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
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