Script component ignores error?
Posted: Mon 28 Sep 2015 10:28
Hi,
When executing this in a TIBCScript component, the OnError event isn't triggered.
When executing this inside a TIBCQuery, an error is raised properly.
Any idea?
With regards,
Martijn Tonies
Upscene Productions
When executing this in a TIBCScript component, the OnError event isn't triggered.
Code: Select all
execute block returns (id int)
as begin
execute statement 'dasdasda';
suspend;
end
Any idea?
With regards,
Martijn Tonies
Upscene Productions