SE_table_populate_uuid_column

Populates the UUID/GUID column.

Usage syntax

SE_table_populate_uuid_column (SE_CONNECTION handle, const CHAR *table, const CHAR *column) ;

Parameters
handle SDE server connection handle
table The name of the table
column The UUID column name
Description

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.
 

Returns

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