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: Visigenic Oracle driver and logon dialogn box

Re: Visigenic Oracle driver and logon dialogn box

From: Jim Poland <jim.poland_at_csipros.com>
Date: 1997/02/17
Message-ID: <33086F85.6F44@csipros.com>#1/1

kenneth wrote:
>
> I am using Visigenic Oracle 32-bit driver to access Oracle 7 in VB4. I
> can connect to server and retrive data. However, each time when I
> connect to database, the driver pops up a logon dialog box. I have coded
> the connect string with all the neccessary parameters(user name &
> password & others). It does not work and each time a logon box pops up.
> Anyone has any idea to disable the logon box and pass the UID and PWD in
> code to the driver.
>
> kenneth
>
> kencomm_at_kencomm.chevalier.net

We use the same driver with VB without the problems you're experiencing. Why don't you post/send your logon code. One quick suggestion, don't logoff after processing your SQL string. You'll have better performance by logging on when the program starts and logging off when it ends. Of course, maybe you're trying to avoid a licensing limitation.

        Jim Received on Mon Feb 17 1997 - 00:00:00 CST

Original text of this message

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