ilhami caliskan

ilhami caliskan

  • NA
  • 76
  • 89.6k

access + c#

May 15 2014 10:31 AM
Hello All,
can anybody tell me what is wrong with this code for c#?
tmp.Mobile2 = reader.IsDBNull(19)? reader.GetString(19) : ""; 
I'm reading datas from accessDB, want to write -> if value = null (no entered data) then return ""  
Or any other solution? 

Answers (2)