ISAPI dll

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ths
Posts: 53
Joined: Thu 29 Dec 2011 16:18

ISAPI dll

Post by ths » Thu 18 Dec 2014 10:13

Hello,
we have recompiled our ISAPI DLL project (Delphi 7) with the last version of ODAC component and get now error message:
Parser: The unknown symbol '' $0003
Exchanging the DLL to the older one recover the application. Therefore it seems the problem is not the Server environment (WS 2012). The older version was compiled with Version 5.8
The error comes only with direct = true;

Thanks,
Vladimir

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: ISAPI dll

Post by AlexP » Thu 18 Dec 2014 13:10

Hello,

Please provide the text of the query which opening causes the error.

ths
Posts: 53
Joined: Thu 29 Dec 2011 16:18

Re: ISAPI dll

Post by ths » Fri 19 Dec 2014 05:56

Hello Alex,
we have solved the problem. The reason was in the different form of ConnectString in 5.8 and 9.4 and our wrong use of it.
Thanks,
Vladimir

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: ISAPI dll

Post by AlexP » Fri 19 Dec 2014 06:55

Glad to see that the issue was resolved. If you have any further questions, feel free to contact us.

P.S. Description of ConnectString property can be found in the documentation http://www.devart.com/odac/docs/devart_ ... string.htm

Post Reply