Click here to Skip to main content
16,005,080 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: adding rows to a table? Pin
bryce7-May-02 17:02
bryce7-May-02 17:02 
GeneralRe: adding rows to a table? Pin
Nick Parker7-May-02 18:10
protectorNick Parker7-May-02 18:10 
GeneralRe: adding rows to a table? Pin
Philip Patrick7-May-02 21:08
professionalPhilip Patrick7-May-02 21:08 
Generalcrystal report for asp.net Pin
7-May-02 10:04
suss7-May-02 10:04 
GeneralTrapping the keypress event Pin
Nick Parker7-May-02 5:43
protectorNick Parker7-May-02 5:43 
GeneralStrange NULL... Pin
Philip Patrick7-May-02 5:18
professionalPhilip Patrick7-May-02 5:18 
GeneralRe: Strange NULL... Pin
Kelly Herald7-May-02 9:42
Kelly Herald7-May-02 9:42 
GeneralRe: Strange NULL... Pin
Philip Patrick7-May-02 9:51
professionalPhilip Patrick7-May-02 9:51 
Well, the problem was, that I'm fetching data from database and sometimes it is Null, not Nothing.
So the simple "if a <> b" will look like:
If a <> b or (IsNull(a) and not IsNull(b)) or (not IsNull(a) and IsNull(b)) 


And this is nonsence. How can one say that "Null <> 12" is false? Ok, I heard from someone that Null is not nothing, but everything. But in such case the statement "Null = 12" should be true. But it is not.

I know, I know, I found a documentation on this. It says that comparing to Null always returns False. For example Oracle uses same comparision as VB. But why?... as I said, it doesn't make sence at all.

Philip Patrick
Web-site: www.stpworks.com
"Two beer or not two beer?" Shakesbeer

Need Web-based database administrator? You already have it!
GeneralRe: Strange NULL... Pin
Philip Patrick7-May-02 9:58
professionalPhilip Patrick7-May-02 9:58 
GeneralRe: Strange NULL... Pin
Nick Parker7-May-02 18:08
protectorNick Parker7-May-02 18:08 
GeneralRe: Strange NULL... Pin
Philip Patrick7-May-02 21:04
professionalPhilip Patrick7-May-02 21:04 
GeneralRe: Strange NULL... Pin
David Wengier7-May-02 21:42
David Wengier7-May-02 21:42 
GeneralRe: Strange NULL... Pin
Philip Patrick7-May-02 21:51
professionalPhilip Patrick7-May-02 21:51 
GeneralRe: Strange NULL... Pin
Nick Parker8-May-02 3:24
protectorNick Parker8-May-02 3:24 
GeneralRe: Strange NULL... Pin
Daniel Turini7-May-02 23:13
Daniel Turini7-May-02 23:13 
GeneralRe: Strange NULL... Pin
Philip Patrick7-May-02 23:27
professionalPhilip Patrick7-May-02 23:27 
GeneralRe: Strange NULL... Pin
James T. Johnson7-May-02 23:38
James T. Johnson7-May-02 23:38 
GeneralRe: Strange NULL... Pin
8-May-02 1:06
suss8-May-02 1:06 
GeneralRe: Strange NULL... Pin
Philip Patrick8-May-02 1:13
professionalPhilip Patrick8-May-02 1:13 
GeneralRe: Strange NULL... Pin
Philip Patrick8-May-02 1:07
professionalPhilip Patrick8-May-02 1:07 
GeneralRe: Strange NULL... Pin
James T. Johnson8-May-02 1:29
James T. Johnson8-May-02 1:29 
GeneralRe: Strange NULL... Pin
Philip Patrick8-May-02 1:53
professionalPhilip Patrick8-May-02 1:53 
GeneralQuery Excel Sheets Count Pin
serberwww6-May-02 22:08
serberwww6-May-02 22:08 
GeneralASP Forum Code Pin
sriani6-May-02 9:00
sriani6-May-02 9:00 
GeneralSome 100 % beginner ASP.NET tutorials PLEASE! Pin
Rickard Andersson206-May-02 0:28
Rickard Andersson206-May-02 0:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.