Error 16210

Severity

10

Message text

%1!: column %2! should not be bound.

Explanation

srv_send_text() has attempted to send a column that is bound using srv_bind().

Action

Use srv_xferdata() to send text or image columns that are bound by srv_bind(). To send through srv_send_text(), bind the column using srv_text_info().

Additional information

Symbolic constant: SRV_EBOUND