Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
-
Windows Server 2008 R2
IIS 7.5
ASP Classic / ADODB
Description
There seems to be problems with various datatype conversions in ADODB, especially when aggregate function are used.
Examples:
SELECT sum(777);
Error message: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
SELECT avg(777);
Error message: Numeric value out of range
I haven't checked other functions but I guess this is a common issue in ADODB.