Hi All,
I need to run a query after a stored procedure, because the stored procedure is a security check before to run a query.
Example
I need to run this:
"call storeprocedurename(?|?);
select * from table;"
But on the DB connect I can run or the stored procedure or the query, it is not possbile run both
| dbxquery procedure="{call storeprocedurename(?|?) connection="TERADATA" query="select * from table"