SE_state_open

Opens a state.

Usage syntax

LONG SE_state_open (SE_CONNECTION connection, LONG state_id);

Parameters
connection The connection handle
state_id The state ID
Description

SE_state_open opens the specified state. The state cannot have any children. Only the owner or the ArcSDE DBA may open a state.

Returns

SE_SUCCESS
SE_CONNECTION_IN_USE

SE_CONNECTION_LOCKED

SE_DB_IO_ERROR

SE_INVALID_STATE_ID

SE_NET_FAILURE

SE_NO_PERMISSIONS

SE_SDE_NOT_STARTED

SE_STATE_HAS_CHILDREN

SE_STATE_INUSE