Skip to content

RemoveComponentIdentifier - cSQLStatement

Can be used to remove a component identifier from an informational message obtained by calling SQLGetMessage.

Type: Function
Return Data Type: String

Parameters

Parameter Type Description
sDiagMessage String Message

Syntax

Function RemoveComponentIdentifier String sDiagMessage Returns String

Call Example

Get RemoveComponentIdentifier sDiagMessage to StringVariable

Description

The RemoveConponentIdentifer function can be used to remove a component identifier from an informational message obtained by calling SQLGetMessage. Informational messages, as error messages, start with a component identifier. For an example of using this function, see the sample on SQLGetMessage.

Return Value

This function returns the diagnostic message with the component identifier removed.