Re: Using OCI to calls stored procedures

From: Sunil Mushran <smushran_at_us.oracle.com>
Date: 1996/06/04
Message-ID: <4p2i3v$k9f_at_inet-nntp-gw-1.us.oracle.com>#1/1


Bob Yeh <yehr_at_itsi.disa.mil> wrote:

>Hi,
 

>I am trying to call stored procedure in the database using OCI and pass
>data back. I can bind the host variable in the program if the data type
>is defined(OCI guide, page 3-18). What do I do if the data type is not
>defined? Should I bind my variable using RAW(23) and do a type casting
>when it returned? Am I heading the right direction?
 

>Thanks. Bob.

Use odessp() to determine the datatype of the out var.

sm Received on Tue Jun 04 1996 - 00:00:00 CEST

Original text of this message