SE_connection_get_sdedba_name |
Returns the name of the user that owns the ArcSDE geodatabase system tables
LONG SDEAPI SE_connection_get_sdedba_name (SE_CONNECTION handle, CHAR *user_name);
connection | The connection handle |
*user_name | A pointer to the SDE DBA user name |
SE_connection_get_sdedba_name returns the name of the ArcSDE administrative user that owns the ArcSDE system tables. It assumes the caller has at least SE_MAX_OWNER_LEN bytes in the user_name argument.