I can't seem to figure this one out...
Using Delphi 6.0 and DOA 3.4.5
I have an Oracle table which contains a varchar2(2000) column called 'script_text'. This column contains PL/SQL which will need to be executed.
Here's the code...
-------------------
procedure TForm1.Button1Click(Sender...