SE_connection_get_instance_name

Returns the instance of the connection.

Usage syntax

LONG SE_connection_get_instance_name (SE_CONNECTION connection, CHAR *instance_name);

Parameters
connection The connection handle
instance_name The instance name
Description

SE_connection_get_instance_name returns the name of the instance for the specified connection. Allocate at least SE_MAX_INSTANCE_LEN bytes to the instance_name argument.

Returns

SE_SUCCESS
SE_CONNECTION_LOCKED

SE_INVALID_CONNECTION

SE_INVALID_POINTER

SE_NET_FAILURE

SE_SDE_NOT_STARTED