Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Question about native drivers for Oracle
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 - 14:13:30 CDT
![]() |
![]() |