Hi,
I'm currently working on a Business Process Language (BPL) project where I'm using ##Class(%SQL.Statement).%ExecDirect
to execute a SQL query. The query returns more than one row, and I'm facing an issue in handling the result set.
<property name='tResult' type='%SQL.StatementResult' instantiate='0' />