OraScript Statements.Count

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
sinys
Posts: 186
Joined: Tue 21 Feb 2012 03:44

OraScript Statements.Count

Post by sinys » Wed 01 Aug 2012 10:30

OraScript parse script

Code: Select all

spool off
-------------
-------------
-------------
spool off
as 1 statement.

It is Error?

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

Re: OraScript Statements.Count

Post by AlexP » Wed 01 Aug 2012 12:04

hello,

SQL *Plus commands are not supported in our components, you can use only SQL or PL/SQL commands.

Post Reply