Working with Informix CSDK 2.81 on the .NET FRAMEWORK
Select sum(x) works fine
Select max(x) works fine
Select min(x) works fine
Select avg(x) not working
I have this error when I try to fill a data adaptor
Decimal byte array constructor requires an array of length four containing
valid decimal bytes
Anyone have a solution ?
Thanks