Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Double logon in Oracle

Re: Double logon in Oracle

From: Billy Verreynne <vslabs_at_onwe.co.za>
Date: 1997/12/08
Message-ID: <66gngp$l4e$1@hermes.is.co.za>#1/1

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US