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

Home -> Community -> Usenet -> c.d.o.server -> Re: Boolean values

Re: Boolean values

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Fri, 12 Jan 2001 22:06:40 +0800
Message-ID: <3A5F0F70.3305@yahoo.com>

Jim Poe wrote:
>
> I want to put 20 boolean values into some sort of structure and pass it from
> Oracle to Delphi. This would probably need to be something I could pass
> back in a stored procedure. In Delphi, I want to use bitwise manipulation
> to read this structure if possible.
>
> I'm using Oracle Workgroup 8.1.5.
>
> Any ideas on how I could do this?
> --
> Jim Poe ( jpoe_at_fulcrumit.com )

varchar2(20) with 0's and 1's or use PLS_INTEGER

HTH

-- 
===========================================
Connor McDonald
http://www.oracledba.co.uk (mirrored at
http://www.oradba.freeserve.co.uk)

"Some days you're the pigeon, some days you're the statue"
Received on Fri Jan 12 2001 - 08:06:40 CST

Original text of this message

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