I am using mssql 6.5 sp5 and have a datatype defined as real. When I access this field from php it always returns 0. If however I change the field type to type float, it returns the value correctly. I believe the problem may lie in the tds conversion library but I am not positive. Any help in solving this would be appreciated