Hi all, how do I easiest update change the field type in a GDB?
Esri Introduced the BigInteger, which is giving me a lot of issues. It dosn’t work in all applications, and I can’t even do a relate or join on it.
I need to get it into a integer. For some reason the data we get delivered now on a weekly basis has all the number fields in BigInteger.
I need it to find the BigInteger Fields, and change the type, without loosing data. The data also fits an normal integer.
Any thoughts would be much appreciated.
Thanks