SE_stream_flush_buffered_writes |
Forces any buffered writes to post on the server
LONG SE_stream_flush_buffered_writes (SE_STREAM stream);
stream | The stream handle |
SE_stream_flush_buffered_writes immediately posts any buffered writes to the ArcSDE server for the specified stream.
If buffered writes are enabled, call this function before SE_stream_close , SE_stream_free, or SE_connection_free to get errors returned. These functions flush the buffers automatically but will not return any errors caused by failed inserts.
SE_SUCCESS
SE_FAILURE
SE_CONNECTION_IN_USE
SE_CONNECTION_LOCKED
SE_DB_IO_ERROR
SE_FILE_IO_ERROR
SE_FUNCTION_SEQUENCE_ERROR
SE_INVALID_PARAM_VALUE
SE_INVALID_STREAM_TYPE
SE_LOG_IO_ERROR
SE_LOG_NOTOPEN
SE_NET_FAILURE
SE_OUT_OF_SVMEM
SE_SDE_NOT_STARTED
SE_TEMP_IO_ERROR