Application Development and Automation 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: 
Read only

Index names

Former Member
0 Likes
1,520

When did the index naming rules change from needing just 1 unique character out of the 3 to 2 unique characters?

When did the index naming rules change from needing just 1 unique character out of the 3 to 2 unique characters?

4 REPLIES 4
Read only

ThomasZloch
Active Contributor
0 Likes
961

Did they?

Read only

Former Member
0 Likes
961

Error message D0762 Index name 'Tablename-Indexname' is only significant in the 3. position

Read only

Former Member
0 Likes
961

Ok I figured it out - the table name is too long. If the table name is over 14 characters long the index name must be totally unique because the "tablename-indexname" concatenation is truncated.

Read only

0 Likes
961

OK, thanks for posting the solution.

Thomas