PL/SQL BOOLEAN and OCI

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


Hi,

[Quoted] 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 CEST

Original text of this message