Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE : Interfacing C pointers with Oracle
I would use a IN OUT number parameter. I have trouble seeing how an IN
OUT parameter can be passed other than by reference. But beware that
what you shall refer to in Oracle shall actually be *param5.
-- Regards, Stephane Faroult email: sfaroult_at_oriolecorp.com Oriole Corporation Voice: +44 (0) 7050-696-269 Fax: +44 (0) 7050-696-449 Performance Tools & Free Scripts ------------------------------------------------------------------ http://www.oriolecorp.com, designed by Oracle DBAs for Oracle DBAs ------------------------------------------------------------------Received on Wed May 31 2000 - 06:39:18 CDT
>
> I have a C routine defined as
>
> int myCroutine(char* param1, char* param2,char* param3, char* param4, long
> **param5)
>
> I am having problems returning the value associated with param 5. How should
> this be defined in a create function statement?
>
> John
>
> --
> Author: John Dunn
> INET: john.dunn_at_sefas.co.uk
![]() |
![]() |