Page 1 of 1

ISAPI dll

Posted: Thu 18 Dec 2014 10:13
by ths
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

Re: ISAPI dll

Posted: Thu 18 Dec 2014 13:10
by AlexP
Hello,

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

Re: ISAPI dll

Posted: Fri 19 Dec 2014 05:56
by ths
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

Re: ISAPI dll

Posted: Fri 19 Dec 2014 06:55
by AlexP
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