Recent content by kschmutz

  1. K

    TOracle Session and ORA-00911: invalid character

    Hey I figured it out DOH.... I needed to assign my script to the Lines.Text property and not use the Add methods. Thanks for all your help ;-)
  2. K

    TOracle Session and ORA-00911: invalid character

    I'm guessing this control (TOracleScript) does not parse the additions to the Lines property and thus does not find the multiple commands.
  3. K

    TOracle Session and ORA-00911: invalid character

    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...
Back
Top