help Multi Value Definition
- Gabriel_ACE
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 24
- Thank you received: 0
10 years 5 months ago - 10 years 5 months ago #16730
by Gabriel_ACE
help Multi Value Definition was created by Gabriel_ACE
Hello
I want to create a table that contains a multivalued field using this:
fieldName = 'DESC.CORTA'
fieldLength = '25'
fieldType = '??????????'
neighbour = ''
CALL Table.addFieldDefinition(fieldName, fieldLength, fieldType, neighbour)
what value should I write there?
I want to create a table that contains a multivalued field using this:
fieldName = 'DESC.CORTA'
fieldLength = '25'
fieldType = '??????????'
neighbour = ''
CALL Table.addFieldDefinition(fieldName, fieldLength, fieldType, neighbour)
what value should I write there?
Last edit: 10 years 5 months ago by Gabriel_ACE.
Please Log in or Create an account to join the conversation.
- jpb
-
- Offline
- Moderator
-
- retired . . . ¯\_(ツ)_/¯
Less
More
- Posts: 2859
- Thank you received: 650
10 years 5 months ago #16732
by jpb
Replied by jpb on topic help Multi Value Definition
fieldType has the same logic as the T-array, see I_RULES.
For defining a multivalue you must use fieldName wich has the same logic as the old F-array (so e.g. XX.DESC.CORTA)
For defining a multivalue you must use fieldName wich has the same logic as the old F-array (so e.g. XX.DESC.CORTA)
The following user(s) said Thank You: Gabriel_ACE
Please Log in or Create an account to join the conversation.
Time to create page: 0.026 seconds