|
|
|
|
version 2003
PA_AddField (tableRef; fieldName; fieldKind; alphaLength)
| Parameter | Type | Description | |
| tableRef | PA_TableRef | → | reference to the Table to create |
| fieldName | char* | → | name of the field |
| fieldKind | PA_FieldKind | → | field kind |
| alphaLength | short | → | length of the alpha field |
Description
The
PA_AddField
command adds a field to the specified table reference.
Examples
See
PA_CreateTableRef
for a complete example.
See Also
PA_CreateTable , PA_CreateTableRef .
Error Handling
eER_TooManyFields
,
eER_InvalidCreateTableRef