Using OCI to calls stored procedures
From: Bob Yeh <yehr_at_itsi.disa.mil>
Date: 1996/05/22
Message-ID: <31A3252F.5488_at_itsi.disa.mil>#1/1
Date: 1996/05/22
Message-ID: <31A3252F.5488_at_itsi.disa.mil>#1/1
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. Received on Wed May 22 1996 - 00:00:00 CEST