com.TCPRequest.doDataRequest

Performs the request by sending binary data.

Syntax

doDataRequest(
   data BYTE )
  1. data is the binary data to be send for a TCP request. The BYTE variable must be located IN MEMORY.

Usage

Performs the TCP request by sending binary data contained in the BYTE variable.
Note: The BYTE 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).