The HexBinary class / security.HexBinary methods |
Reads binary data from a file and converts it to hexadecimal.
security.HexBinary.LoadBinary( path STRING ) RETURNING result STRING
Reads the file located at path and returns these binary data in hexadecimal format.
For example, this method can be used to send images through a network.
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).