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

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

RE : Interfacing C pointers with Oracle

From: Stephane Faroult <sfaroult_at_oriolecorp.com>
Date: Wed, 31 May 2000 13:39:18 +0200
Message-Id: <10514.107248@fatcity.com>


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
------------------------------------------------------------------
 

>
> 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
Received on Wed May 31 2000 - 06:39:18 CDT

Original text of this message

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