| SE_table_populate_uuid_column |
Populates the UUID/GUID column.
SE_table_populate_uuid_column (SE_CONNECTION handle, const CHAR *table, const CHAR *column) ;
| handle | SDE server connection handle |
| table | The name of the table |
| column | The UUID column name |
This function populates an existing UUID column a table. This function
requires that the table (or feature class) have a registered ArcSDE maintained
row ID column.
SE_SUCCESS
SE_DB_IO_ERROR
SE_INVALID_CONNECTION
SE_NET_FAILURE
SE_NO_PERMISSIONS
SE_SDE_NOT_STARTED
SE_TABLE_NOEXIST
SE_INVALID_COLUMN_TYPE