When returning from the function call, must activate db.
On Jan 21, 7:54*pm, Kdawg <kevinwo... (AT) gmail (DOT) com> wrote:
Quote:
We have a C++ program that I am updating. *There are two sqx files
(one for each db that the app connects to). *SQX A has a cursor that
works as expected until there is a reference to a function that
references sqx b. *It returns a failure:
SQL0501N *The cursor specified in a FETCH or CLOSE statement is not
open.
The cursor is declared "with hold". *What is producing the failure?
|