How can I create a blank space in sql server with null?:)

Hi,
null is when the database field has no value. A very simple way to assign display an empty space when the value is null is

if rs.field("x") = Null then
  response.write " "
end if
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.