Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Double logon in Oracle
Rian Hawkins wrote in message <3488a0f4.0_at_news4.kcdata.com>...
>When we execute the applicatino written in Visual C++ 5.0, Oracle an ORacle
>logon screen
>comes up. The username and password are already there and we just have to
>hit OK. The username
>and password are hard coded into the program. we have other ORacle servers
>that don't dot this.
>Is there a parameter or something I need to change on the Server?
It has nothing to do with the Oracle server or SQL*Net - the logon popup window is the ODBC driver logon window. By default most (all?) ODBC drivers pop up the logon window when connecting. You need to specifically tell the driver not to do it. Take a look at the ODBC API manual for an api call to disable the logon window.
regards,
Billy
Received on Mon Dec 08 1997 - 00:00:00 CST
![]() |
![]() |