SE_stream_set_row

Updates a single row based on the ID from the specified table

Usage syntax

LONG SE_stream_set_row
(SE_STREAM stream,
const CHAR *table,
LONG row_id,
SHORT num_columns,
const CHAR **columns);

Parameters
stream The stream handle
table The table
row_id The ID of the row
num_columns The number of columns to use when inserting data
columns The array of column names to use
Description

SE_stream_set_row updates a single row in a layer. The table and row_id parameters identify the table and row to update. The columns parameter specifies which columns to update.

Returns

SE_SUCCESS
SE_FAILURE

SE_CONNECTION_IN_USE

SE_CONNECTION_LOCKED

SE_DB_IO_ERROR

SE_INVALID_LAYER_NUMBER

SE_INVALID_PARAM_VALUE

SE_INVALID_POINTER

SE_INVALID_STREAM

SE_LAYER_NOEXIST

SE_NET_FAILURE

SE_NO_PERMISSIONS

SE_OUT_OF_CLMEM

SE_OUT_OF_SVMEM

SE_SDE_NOT_STARTED

SE_STREAM_IN_PROGRESS