Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. checking for empty string or null

checking for empty string or null

Scheduled Pinned Locked Moved C#
databasehelpquestion
2 Posts 2 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • X Offline
    X Offline
    xoxoxoxoxoxox
    wrote on last edited by
    #1

    Hi Guys, is there any way to find whether a string coming from SQL is empty ("") or null? I'm getting an empty string even if value in my SQL database is null. Any help will be appreciated. Thanks

    C 1 Reply Last reply
    0
    • X xoxoxoxoxoxox

      Hi Guys, is there any way to find whether a string coming from SQL is empty ("") or null? I'm getting an empty string even if value in my SQL database is null. Any help will be appreciated. Thanks

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      xoxoxoxoxoxox wrote:

      I'm getting an empty string even if value in my SQL database is null.

      You probably have some code in the middle doing this, the value should be DBNull.Value if it's null in the database.

      Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups