Re:Personal Oracle7
Quote
Sa...@mossl.co.uk (Sandy Cooper) wrote:
> On 16 Sep 1995 09:14:24 GMT, Gert Rautenbach <ge...@iafrica.com>
> wrote:
> >Does anyone know how to link Delphi with Personal Oracle7. What do I need
> >in the BDE alias? Is there a way to use the SQL links, and not the ODBC
> >driver?
> >-Thanks
If you already have SQL links installed then in the BDE set the following
paramaters for your oracle driver:
VENDOR INIT = ora7win.dll
Net Protocol =
Under your alais section your Oracle alais should have the following params
set:
NET PROTOCOL = 2
We have successfully connected to the database under Delphi using this
under win 3.1. We have not yet tried under Win95 as of yet.
Hope this helps you.