Is there a maximum key length for a JDE Database table?
I have a database table here using a text field of length 1500 as the key field.
Odd design but the UBE that is using this table reads a text record from a .txt and reads the file to compare the text record to see if it matches exactly.
Is there any reason thismight not work?