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?