Recent content by Riaan

  1. R

    Scripts with & in sql

    Thanks. Herewith a work-a-round In the "OnCommand" event of TOracleScript: procedure TfrmMain.osrImportCommand(Sender: TOracleScript; var Handled: Boolean); begin if pos('&', Sender.Commands.Items[Sender.CommandIndex].Text) > 0 then begin...
  2. R

    Scripts with & in sql

    Is their a way to set the functionality off not to use variables? In example I have a script that needs to run but the data contains
Back
Top