Hi, I'm trying to run a SQL query against an Informix db and keep receiving an error 1226 "Decimal or money value exceeds maximum precision. <0>". The fields that are giving me the error are defined as decimal(2,0) and are only storing integer data (range 1 - 10). I can pull data from fields stored as integers just fine. Could my problem be with this specific datatype?