Reading back space as null string from db

Has anyone had the problem of reading back a space character, " ", when the value in the database is NULL? The column type is varchar(255) and I'm using SQL Server 2005 in production. I don't have this problem in a MySQL development environment.

Thanks, Kevin