TORASCRIPT / sqlplus behavior and script failed with prompt

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
eric.garcia38
Posts: 5
Joined: Wed 20 Dec 2017 03:05

TORASCRIPT / sqlplus behavior and script failed with prompt

Post by eric.garcia38 » Wed 20 Dec 2017 03:10

1/ is the TORASCRIPT can Interpret @file.sql as in sqlplus.

2/ in Torascrip I have the folloing script:
Prompt "test
update tab01 set f1=8;

when I debug in the before execuyte I get the sql
statement : prompt

then

test update tab01 set f1=8;

and the script failed.
any idea ?

thx eric

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: TORASCRIPT / sqlplus behavior and script failed with prompt

Post by MaximG » Fri 22 Dec 2017 05:29

TOraScript is not a command line interpreter, therefore it does not support the specified statement.

Post Reply