Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: ADO.Connection.Open, External authentication
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
> >/@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 - 13:25:20 CDT
![]() |
![]() |