I'm having trouble with the iDB2DbType. I'm trying to send decimal (4,2) field to the stored proceure. The syntax I tried is 'cmd.Parameters .Add("@COMMISSI ONRATE", iDB2DbType.iDB2 Double, 4,2)' but it doesn't accept the '4,2'. Does any one know how to specify this type on field?