Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: ProcC - what errors?
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
![]() |
![]() |