SE_stream_update_row

Prepares to update a row in a registered table

Usage syntax

LONG SE_stream_update_row
(SE_STREAM stream,
const CHAR *table,
LONG *sde_row_id,
SHORT num_columns,
const CHAR **columns);

Parameters
stream The stream handle
table A pointer to the row's table
sde_row_id A pointer to the row to update
num_columns The number of columns to update
columns A pointer to an array of column names
Description

SE_stream_update_row prepares to update a row in a registered table.

Returns

SE_SUCCESS
SE_CONNECTION_IN_USE

SE_CONNECTION_LOCKED

SE_DB_IO_ERROR

SE_FAILURE

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