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: Bug NULL ???

Re: Bug NULL ???

From: Reza <reza_at_digital-dispatch.co.uk>
Date: 2000/07/28
Message-ID: <964777877.19274.0.nnrp-04.d4f07aaa@news.demon.co.uk>#1/1

You just have to change it to
INSERT INTO TABLE (ID, Code, Description) VALUES (5,'abc',null) in Oracle case, I hope I'm right.
Reza

"Alessandro" <supporto_at_tamnet.it> wrote in message news:jacg5.27826$wS2.161280_at_news.infostrada.it...
> My program was developed in VB6-Rdo, i have a question about this type of
> sql command :
>
> INSERT INTO TABLE (ID, Code, Description) VALUES (5,'abc','')
>
> The value result of description field is null but i think that the right
> value must be empty.
>
> I have Oracle version 8.1.6 and I would like to know if that is a bug and
> how I can resolve it.
>
> thanks
>
>
Received on Fri Jul 28 2000 - 00:00:00 CDT

Original text of this message

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