/t5/coldfusion-discussions/cf-sql-decimal-v-cf-sql-float/td-p/187606Jun 09, 2008
Jun 09, 2008
Copy link to clipboard
Copied
Does anyone know what (if any) the advantages of using
CF_SQL_DECIMAL instead of CF_SQL_FLOAT are. With CF_SQL_DECIMAL you
need to use the scale attribute to allow decimal places, with
CF_SQL_FLOAT you don't.