TORASCRIPT trouble with statement "set define off"

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ProRockX
Posts: 3
Joined: Sun 20 Sep 2015 19:45

TORASCRIPT trouble with statement "set define off"

Post by ProRockX » Sun 20 Sep 2015 20:29

Hello. I need help.

I'm using is not very new version of ODAC (6.90), if it is fixed, then tell me please, what version.

If the property TORAScript.Delimiter = ";" and in TORAScript.SQL.Text enter the expression:

Code: Select all

set define off;
--Comment
... then the property OraScript1.Statements.Count = 3, although the logic is 2 expression, well, when it is running, an error occurs "Range Check Error".

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

Re: TORASCRIPT trouble with statement "set define off"

Post by AlexP » Mon 21 Sep 2015 06:20

Hello,

This problem is already fixed. Please download the latest ODAC version.

ProRockX
Posts: 3
Joined: Sun 20 Sep 2015 19:45

Re: TORASCRIPT trouble with statement "set define off"

Post by ProRockX » Mon 21 Sep 2015 10:13

Thanks a lot!

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

Re: TORASCRIPT trouble with statement "set define off"

Post by AlexP » Mon 21 Sep 2015 10:28

You are welcome. Feel free to contact us if you have any further questions.

Post Reply