News

I've got an ASP page (VBScript) pulling numbers from a db. Some (many) of the fields to be used for a calculation are null. Is there an easy way to treat those null fields as a zero, without ...
When selecting the data, I was expecting the zero values to be returned as 0.00 or 0, but they were returning as .00.<BR>So, I changed some fields to numeric(8,2), hoping that would help. Same ...