For some reason all of a sudden number values pulled from a SQL server field
with a datatype of "numeric" are not being recognized by asp classic as valid
number values. They were previously, but now are not. When I use the
"IsNumeric" function, it returns false. When I try to Ctype it to an integer,
I get an "overflow" error. If I change the datatype of the database field to
"int", it works fine. Whats the deal? The values I'm working with currently
range from 33800 to 33850.
with a datatype of "numeric" are not being recognized by asp classic as valid
number values. They were previously, but now are not. When I use the
"IsNumeric" function, it returns false. When I try to Ctype it to an integer,
I get an "overflow" error. If I change the datatype of the database field to
"int", it works fine. Whats the deal? The values I'm working with currently
range from 33800 to 33850.
Comment