Page 1 of 1

OraScript exec

Posted: Wed 27 Aug 2014 12:37
by sinys
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

Re: OraScript exec

Posted: Thu 28 Aug 2014 09:00
by AlexP
Hello,

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