Subject a string query
Author germanterrazas <germanterrazas@yahoo.com
hello,

I need to execute a string query into a stored procedure like:

execute 'select * from tableName'

or

execute :varstring

where varstring is an input parameter with a truly sql statement.

does anybody know how to perform that ? I am using firebird.

thanks,
german