Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

custom table key field length more than 255 bytes

Former Member
0 Kudos

Hi,

I am aware of the custome table total key fields length restricted to 255 byte length.

Is there any way to overcome this or does any patch available?

2 REPLIES 2

Former Member
0 Kudos

Try LRAW or LCAR... instead of char as type. they are always more then 255 char,,

these field has to be the last in you field list of a table..

No Rewards Plz

0 Kudos

Hi

I have been trying for key field length of the custome table.

i guess i can't keep the key field at last..

Do you have any idea of creating GUID with guid_create and using that GUID as primary key in table?