SE_connection_get_sdedba_name

Returns the name of the user that owns the ArcSDE geodatabase system tables

Usage syntax

LONG SDEAPI SE_connection_get_sdedba_name (SE_CONNECTION handle, CHAR *user_name);

Parameters
connection The connection handle
*user_name A pointer to the SDE DBA user name
Description

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.

Returns

SE_SUCCESS
SE_NET_FAILURE

SE_SDE_NOT_STARTED