A
anied
I'm using a SqlDataReader to get data. I have a 2 byte char field that has a
default value of ''. When I retrieve the data in ASP.NET, I end up with a
string that has one blank space, even when the field is empty in the
database. I've tried retrieving both as a string and as a SqlString, with
the same results.
default value of ''. When I retrieve the data in ASP.NET, I end up with a
string that has one blank space, even when the field is empty in the
database. I've tried retrieving both as a string and as a SqlString, with
the same results.