Refining code TRICKS: ISDBNULL() slower than IS DBNULL -
10-27-2005
, 09:04 PM
I have been playing with code. Guess what?
I found the following (trival?):
isdbnull()
is slower than
is System.Convert.DBNull
similarly
isnothing()
is slower than
is Nothing
Any comments??
Actually I have found much more curiosities. (Let me know if your
experience is different.)
Let's continue this thread sharing your little optimization if you have
some to suggest!!
-Pamela |