Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: storing an empty string
Markus Innerebner wrote:
> Hello
> I see while I am trying to store an empty java string in an oracle
> database, it will be converted to null.
>
> Is there a way to store an empty string in oracle without beeing
> converted automaticly.
>
> The problem is, that every time a read such data I get a null instead "".
> So I need every time to reconvert it again.
>
> thanks for your help
>
> Markus
Trying not to start the infamous NULL debate...
An empty string in other languages is what Oracle says is NULL. Received on Wed Mar 30 2005 - 08:41:47 CST
![]() |
![]() |