Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Interfacing C pointers with Oracle
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 Received on Wed May 31 2000 - 02:54:16 CDT
![]() |
![]() |