OraScript exec

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 exec

Post by sinys » Wed 27 Aug 2014 12:37

ODAC 9.3.10

Code: Select all

  OraScript1.SQL.Text := 'exec for i in 1..10 loop null; end loop;';
  ShowMessage(IntToStr(OraScript1.Statements.Count)); // SHOWED 2

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

Re: OraScript exec

Post by AlexP » Thu 28 Aug 2014 09:00

Hello,

Thank you for the information. We have reproduced and fixed the problem. This fix will be included to the release.

Post Reply