oci functions is not linked

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
paolo
Posts: 27
Joined: Wed 06 Apr 2005 12:24

oci functions is not linked

Post by paolo » Mon 25 Jun 2007 13:47

Hi

I use borland delphi 5 and Odac 6.10.0.9 (upgraded from version 5.50)
now my old dll recopliled got "oci functions is not linked" when execute any type of query

Why ??!?!

If you want i can post a little demo ...

Thanks in advance

Paolo

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Tue 26 Jun 2007 15:31

Please try to call the InitNet function (declared in the module OraNet) instead of the InitOCI function in your dll.

Post Reply