Hi all,
How to call a procedure with out parameter type table using ADBC?
I tried with scalar out paramenter and it's works.
l_stmt_ref->set_param( data_ref = l_dref inout = cl_sql_statement=>c_param_out ).
l_stmt_ref->execute_procedure( l_stmt ).
is It impossible?
Thank you,