hello,
I converted an asp function that generates a mortgage loan schedule to a SQL stored procedure. Everything is working fine, but one of the columns has data that is off by one cent for a few rows.
i cant seem to find out how to correct this, or see where the problem is happening. does anyone have any suggestions on what might be the problem? i feel like i might need to specify rounding, or do i need to convert some fields in the calculations?
many thanks!
I converted an asp function that generates a mortgage loan schedule to a SQL stored procedure. Everything is working fine, but one of the columns has data that is off by one cent for a few rows.
i cant seem to find out how to correct this, or see where the problem is happening. does anyone have any suggestions on what might be the problem? i feel like i might need to specify rounding, or do i need to convert some fields in the calculations?
many thanks!