1. In EDatabaseInformix.createColumn(DDesc d, String name) method in the "if (dd.isInteger())" block, we should not use dd.getPrecision() since it's never set when dd.isInteger() is true.
2. In EDatabaseMSSQL.createColumn(DDesc d, String name) method in the "if (dd.isInteger())" block, we should not use dd.getPrecision() since it's never set when dd.isInteger() is true.
Discussed with Jenny and went through code and it is now fixed