com.TCPRequest.doDataRequest
Performs the request by sending binary data.
Syntax
doDataRequest(
data BYTE )
- data defines the binary data to be
send for a TCP request. The
datavariable must be locatedIN MEMORY.
Usage
Performs the TCP request by sending binary data contained in the
BYTE
variable.Note: The
data variable must be located IN
MEMORY.In case of error, the method throws an exception and sets the
STATUS variable. Depending on the error, a human-readable description of the
problem is available in the SQLCA.SQLERRM register. See Error handling in GWS calls (STATUS).