Hi Dawn,
We're using .net4 and still seem to have the problem in SDK SP130 (but I'll check this)
Do you have a link for CR 6364499 ?
In our case we're not actually retrieving data from ASE, we're trying to insert it via BCP.
Looking at MTNumeric it contains the code
if ((int) this.precision > 26)
throw new AseException(DriverMsgNumber.ERR_DATA_OVERFLOW, (AseConnection) null);
which agrees with our findings.
We'll get a test case together and log an incident.
Thanks
Mike