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

Home -> Community -> Mailing Lists -> Oracle-L -> Interfacing C pointers with Oracle

Interfacing C pointers with Oracle

From: John Dunn <john.dunn_at_sefas.co.uk>
Date: Wed, 31 May 2000 08:54:16 +0100
Message-Id: <10514.107215@fatcity.com>


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

Original text of this message

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