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: Have question about use checkbox or radio button in Oracle

Re: Have question about use checkbox or radio button in Oracle

From: Guido Konsolke <Guido.Konsolke_at_triaton.com>
Date: Wed, 30 Apr 2003 07:34:42 +0200
Message-ID: <1051680513.882648@news.thyssen.com>


"mammo_2778" <mynamesittipat_at_yahoo.com> schrieb im Newsbeitrag news:29c730fa.0304291746.48c86744_at_posting.google.com...
> I'm very confuse about declare variable to use in application that use
> radio button or checkbox. What variable type should I declare in
> Oracle

What kind of app? Forms? C? C++? Web stuff?

Generally: checkboxes allow two representations of values (checked and unchecked).
Therefor you could go with char(1) or number(1). If you use radio buttons it depends
on how many members your 'radio group' has. Received on Wed Apr 30 2003 - 00:34:42 CDT

Original text of this message

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