Re: OCI on Alpha - rc field in cda
Date: 1995/08/01
Message-ID: <DCMyE0.F86_at_ig.co.uk>#1/1
In article <3v6s4i$1oe$1_at_mhade.production.compuserve.com>,
Dennis Williams <75702.674_at_CompuServe.COM> wrote:
> Tim Bunce writes: OCI on Dec Alpha - rc field in cda not being
> set on error
>
> Yeah - I ran into the same thing. Rather than using
> Oracle-defined datatypes to access the cda, I had created my own.
> For the Alpha, Oracle redefined a couple of the types to
> correspond with the 64-bit architecture. When I corrected my data
> types, everything worked fine. I don't remember which type
> tripped me up, but I'm certain you can find it.
The fix is to add
#define A_OSF
before
#include <oratypes.h>
whilst muttering something about Oracle under your breath.
Tim. Received on Tue Aug 01 1995 - 00:00:00 CEST