It is like this:
I've tried your version, then I tried with:
SELECT [Code], [Unit price], CONVERT(numeric(20,2),CONVERT(decimal(38,20), [Unit price])) as Unit_Price1 FROM
I also tried with CAST(), then all with VFP 8.0 and 9.0, but the result is not OK.
It is obviously VFP issue, because SQL...