
HELP!!! SQLBindParameter, Oracle7, VB3.0 Pro
Has anyone out there got SQLBindParameter to work with Oracle7 and VB3.0?
We are calling a stored function in Oracle7. The function executes, but
we cannot get a return code from it. SQLBindParameter reports no errors,
and the SQLPrepare runs fine, as does the SQLExecute, but no value is
placed in the bound parameter.
our function call is simple. We have one input parameter and one output
parameter (the return code).
Sample, functional code anyone?
Much thanks in advance,
Guerry