Question
CF8: integer vs. numeric
We've just upgraded our dev environment to CF8, and I'm
writing a new application based on code we've been using
successfully for years. Part of it logs user access level, which is
stored as an integer. This integer is passed to a custom function,
defined in a CFARGUMENT as "numeric" (because "integer" isn't an
option), and then passed to a stored procedure as "cf_sql_integer".
The stored procedure declares the variable as an integer.
But I keep getting "The [ARGUMENTNAME] argument passed to the [FUNCTIONNAME] function is not of type numeric. "
I checked existing applications that run fine on CF7 -- and they vomit in this exact same place.
Anyone have any ideas where I should turn?
But I keep getting "The [ARGUMENTNAME] argument passed to the [FUNCTIONNAME] function is not of type numeric. "
I checked existing applications that run fine on CF7 -- and they vomit in this exact same place.
Anyone have any ideas where I should turn?
