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 -> Re: Which C datatype should be bound to a PL/SQL boolean?

Re: Which C datatype should be bound to a PL/SQL boolean?

From: Thomas Kyte <tkyte_at_us.oracle.com>
Date: Fri, 04 Jun 1999 16:11:28 GMT
Message-ID: <3757fa85.15230079@newshost.us.oracle.com>


A copy of this was sent to "J. Wegener NOSPAM" <xjw_at_xdde.xdk> (if that email address didn't require changing) On Thu, 3 Jun 1999 13:49:07 +0200, you wrote:

>Does anybody know which C datatype should be used to bind to a PL/SQL
>boolean in Pro*C v8.0.4?
>
>Thanks,
>Johan

You cannot bind to a plsql boolean type from a 3gl. booleans, like plsql record types, can only be used in plsql.

See http://www.oracle.com/ideveloper/ for my column 'Digging-in to Oracle8i'...  

Thomas Kyte
tkyte_at_us.oracle.com
Oracle Service Industries
Reston, VA USA

--
Opinions are mine and do not necessarily reflect those of Oracle Corporation Received on Fri Jun 04 1999 - 11:11:28 CDT

Original text of this message

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