Contents Index stream synchronization parameter stream_parms synchronization parameter

UltraLite Static Java User's Guide
  Synchronization Parameters Reference
    Synchronization parameters

stream_error synchronization parameter


Function 

Sets a structure to hold communications error reporting information.

Access methods 

Thie feature is not available to Java applications.

Default 

The parameter has no default value, and must be explicitly set.

Description 

The stream_error field is a structure of type ul_stream_error.

typedef struct ss_error {
    ss_stream_id         stream_id;
    ss_stream_context    stream_context;
    ss_error_code        stream_error_code;
    asa_uint32           system_error_code;
    rp_char              *error_string;
    asa_uint32           error_string_length;
} ss_error, *p_ss_error;

The structure is defined in sserror.h, in the h subdirectory of your SQL Anywhere directory.

The ul_stream_error fields are as follows:

Usage 

Check for SQLE_COMMUNICATIONS_ERROR as follows:

This feature is not available for Java applications.


Contents Index stream synchronization parameter stream_parms synchronization parameter