Asked By
R Tiu
0 points
N/A
Posted on - 12/27/2011
My client program has connected through ‘ODBC’ to ‘AS400’. For using in the client program there is a structure table of DDS defined by me in ‘AS400’. But when I am trying to edit the length of a numeric field from three to eight, the client program is not recognizing it. Please help me to solve this.
My client program has connected through ‘ODBC’ to ‘AS400’
You will just need to check the client program for the settings that you have set it to use. In case you have limited it to use only three characters in the numeric field, then you will need to change that for it to be able to support more characters in that field. You can also check the general settings of the client programs in case you cannot find the settings for a particular field and do adjustments from there.
In case the above workaround does not work, you can try uninstalling the client program and then install it again and see if that will solve the problem.
-Thompson Locker