Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: ProcC - what errors?

Re: ProcC - what errors?

From: Stephen Fensom <stephen.fensom_at_barclaycard.co.uk>
Date: Mon, 16 Nov 1998 10:09:38 +0000
Message-ID: <364FF9E2.8D6A9B63@barclaycard.co.uk>


Thanks for your comment.
I've actually found the problem, it was a line of code of the form INTO *an_int_ptr
where an_int_ptr is a pointer to an integer. In Informix ESQL/C it is necessary to dereference the pointer, whereas in Oracle ProC it isn't.

Konstantin Kivi wrote:

> Are you sure that you grab output
> both form stdout and stderr?
> I suppose you at UNIX ...
>
> --
> Sincerely Yours, Konstantin Kivi, Russia, konst_at_sirena.rinet.ru
> aka <k-kivi_at_usa.net>, 2:5020/457.24_at_fidonet.org
>
>
Received on Mon Nov 16 1998 - 04:09:38 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US