OCI callbacks and C++
From: matthew vincent <mvincent_at_maine.rr.com>
Date: Sat, 13 Oct 2001 04:03:58 GMT
Message-ID: <O2Px7.2078$4M.21214_at_typhoon.maine.rr.com>
Date: Sat, 13 Oct 2001 04:03:58 GMT
Message-ID: <O2Px7.2078$4M.21214_at_typhoon.maine.rr.com>
Specifically, handling a RETURNING INTO clause with OCIBindDynamic().
The compiler is unhappy unless the callbacks are outside of the class
definition, declared
as 'extern "C" sb4'
I'm trying to figure out the best way to get the data back and forth between
the callbacks
and the statement objects.
Thanks.
--Received on Sat Oct 13 2001 - 06:03:58 CEST