Subject | performing a string query |
---|---|
Author | germanterrazas <germanterrazas@yahoo.com |
Post date | 2003-03-03T13:10:20Z |
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
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