in reply to adding blank to varchar2 NOT NULL field in DBD::Oracle
For the sake of future users of this database, think about using some obviously bogus value like 'This field intentionally left blank', or at the very least some visible character like a dash or an x or something. Keep in mind that while your code can easily tell the difference between a null value and a space, to users of many GUI interfaces, they'll look exactly the same.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: adding blank to varchar2 NOT NULL field in DBD::Oracle
by wardk (Deacon) on Jul 16, 2001 at 18:15 UTC |