Jump to content

ihnm

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by ihnm

  1. Taggs, Try SELECT * FROM TableName WHERE row3 is null If I am not mistaken, ANSI NULLS would prevent WHERE row3 = null from returning true, since ANSI NULLs are treated as Unknown values. If we don't know the value, we can't say it's equal to something else.. even another unknown. Cheers, ~ihnm
  2. bluebingo, I think ths site (link below) may help you, it has some nice info about Steganography and about half way down the page are some links you may find helpful. http://www.garykessler.net/library/steganography.html If not, you can always do a google search. Cheers, ~ihnm
×
×
  • Create New...