SE_connection_get_admin_database

Returns the name of the administration database for this connection.

Usage syntax

LONG SE_connection_get_admin_database (SE_CONNECTION connection, CHAR *admin_databases );

Parameters
connection The current connection
admin_databases Returns the name of the administration database
Description

SE_connection_get_admin_database returns the name of the administration database for this connection. For those database management systems that do not support this function, a NULL terminated string is returned.

Returns

SE_SUCCESS
SE_FAILURE

SE_DB_IO_ERROR

SE_DBMS_DOES_NOT_SUPPORT

SE_INVALID_CONNECTION

SE_INVALID_POINTER

SE_NET_FAILURE

SE_OUT_OF_CLMEM

SE_OUT_OF_SVMEM

SE_SDE_NOT_STARTED