I have a field declared as DataType = Real, Length = 4, Precision = 24, Scale = 0.
I look at the data through SQL Server Query Analyzer and the data looks like 52.214119.
But when I pull the data through a query in Microsoft Access or though a webpage using ASP, the data looks like 52.21412
Does anyone know why the number is stored as eight digits, but only returns 7 ??
Thanks
I look at the data through SQL Server Query Analyzer and the data looks like 52.214119.
But when I pull the data through a query in Microsoft Access or though a webpage using ASP, the data looks like 52.21412
Does anyone know why the number is stored as eight digits, but only returns 7 ??
Thanks