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

Home -> Community -> Usenet -> c.d.o.misc -> PL/SQL BOOLEAN and OCI

PL/SQL BOOLEAN and OCI

From: Rajamohan Gandhasri <rgandhasri_at_wpo.borland.com>
Date: 1997/05/24
Message-ID: <3387A009.5377@wpo.borland.com>#1/1

Hi,

I have the following procedure and I am trying bind a boolean value to to p1 parameter using obndrv() oci call. oci crashes in ORA73.DLL.

CREATE procedure BOOLCHECK( p1 in boolean ) as
y boolean;
begin
y := p1;
end;

How to handle PL/SQL Booleans in OCI programs ?. I couldn't find about this anywhere in the documentation.

Could some please help?

Thanks a lot in advance for your time
-raj Received on Sat May 24 1997 - 00:00:00 CDT

Original text of this message

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