How to call an Oracle Procedure via a pass-thru query via ODBC

M

Mojo110166

What is the syntax for calling an Oracle Procedure within a pass-through
query linked to an Oracle database via ODBC?

How does one get back the out variables?

Is there any sample source code for this?
 
Top