Recent content by djk

  1. D

    How many variables in SQL.Text

    I have a function that retrieves SQL script from a table, loads it into a TOracleQuery and executes it. This SQL may contain various amounts of variables. Is there any way, other tan parsing the string, to work out how many & what variables are in the string so that I can declare them?
Back
Top