I want to be able to have a memo that it's lines are assigned to a toraclescript, then executed. The none select commands work fine and I am happy with the output, but if there is a select statement in there I want the data to come into a dataset and then into a DBgrid. The only thing I can think of doing is parsing the commands, looking for a select statement then skipping that in the oraclescript and moving it to an oracledataset. And I am not sure how to do that.
Help?
Help?