SE_stream_get_nstring |
Gets a Unicode string column from the row
LONG SE_stream_get_nstring (SE_STREAM stream, SHORT column, SE_WCHAR *wchar_val);
stream | The stream handle |
column | The column number |
wchar_val | The returned string value |
This function extracts a Unicode string column from the current record on the specified stream.
SE_SUCCESS
SE_NULL_VALUE
SE_WRONG_COLUMN_TYPE
SE_BIND_CONFLICT
SE_FUNCTION_SEQUENCE_ERROR
SE_INVALID_POINTER
SE_INVALID_STREAM
SE_INVALID_PARAM_VALUE
SE_SDE_NOT_STARTED
SE_CONNECTION_LOCKED
SE_CONNECTION_IN_USE