Re: Question about native drivers for Oracle

From: Terry Dykstra <tdykstra_at_cfol.ab.ca>
Date: Tue, 1 Jun 1999 13:13:30 -0600
Message-ID: <375430ab.0_at_news.cadvision.com>


No. PB will fail the connection. You'll need to provide your own login window. Within this window you check the result of the CONNECT

Connect using SQLCA;
If SQLCA.sqlcode <> 0 then

    etc.....

--
Terry Dykstra (TeamSybase)
Canadian Forest Oil Ltd.
Keith Shave wrote in message <37540997.12704999_at_news.mb.sympatico.ca>...

>I am using Powerbuilder's native driver for Oracle to connect to the
>database. Currently, a userid and password is supplied via a text file
>so the logon process is automated (I simply double click an icon to
>start the program up).
>
>If this userid and password were not supplied, would I receive a
>dialog box with userid,password and database fields? I know this
>automatically comes up when you work with an ODBC driver, but I wasn't
>sure about native drivers.
>
>Also, does anybody know if VB has it's own native Oracle driver? If it
>does, would it work the same as the situation I described above?
Received on Tue Jun 01 1999 - 21:13:30 CEST

Original text of this message