SE_stream_create

Creates a stream between the client and server

Usage syntax

LONG SE_stream_create
(SE_CONNECTION connection,
SE_STREAM *stream);

Parameters
connection The ArcSDE connection handle
stream The handle to the newly created stream
Description

SE_stream_create creates a stream between the client and server, which transmits feature and/or attribute data. The stream handle created by SE_stream_create is necessary for all other stream functions.

Returns

SE_SUCCESS
SE_CONNECTION_IN_USE

SE_CONNECTION_LOCKED

SE_INVALID_PARAM_VALUE

SE_INVALID_POINTER

SE_NET_FAILURE

SE_SDE_NOT_STARTED

Notes

∙  By default, streams are created with the buffered write mode turned off for inserts. See SE_stream_set_write_mode .