Re: ADO.Connection.Open, External authentication

From: <mneutrel_at_my-deja.com>
Date: 1999/09/07
Message-ID: <7r3la0$tgs$1_at_nnrp1.deja.com>#1/1


Here is the line of code that creates the connection:

.Connection.Open "Data Source=" & .DataSource & ";" & "User Id=" & .UserID & ";" & "Password=" & .UserPW & ";"

This code works fine when authentication in Oracle Security Manager is set to "password"; it fails when set to "external".

In article <7qrlgt$ea9$1_at_ionews.ionet.net>,   "Jim" <jrussSPAM_at_ionet.net> wrote:
> What does your connection string look like?
>
> Mike N wrote in message <37d033c4.0_at_nntp.quiknet.com>...
> >Does anyone know if it's possible to connect to an Oracle (8.0.5)
 database,
> >that uses NT Authentication, via an ADO.Connection.Open method call?
> >
> >I've verified external auth. is set up correctly (i.e. SVRMGR>CONNECT
> >/_at_SERVICE_NAME), but when I run the VB application, the open call
 always
> >fails with: 'ORA-010107: invalid username/password; logon denied'.
> >
> >Any input is greatly appreciated.
> >
> >
>
>

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Tue Sep 07 1999 - 00:00:00 CEST

Original text of this message