Link to home
Start Free TrialLog in
Avatar of big_C
big_C

asked on

What is the index record size limit on a Progress 10.0b database temp table?

I'm getting an error:

"The total length of the fields in an index exceeds max key size"

when trying to create a temp table record in my code.  I've tracked the error down to an index on the temp table that I'm creating a record for.  I found the exact record that's causing the issue and if I add up all of the characters in all of the fields in the index, if it's over 172, then I get this error, if it's 172 or less, it works just fine.  What is the character limit for an index record?  I've found 180 and I've found 200.  Can this be adjusted in my current version of Progress?  Or do I have to upgrade to 10.1b?
ASKER CERTIFIED SOLUTION
Avatar of progressor
progressor
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial