Icon SQLStrToBinary Method

function SQLStrToBinary(const Value: String): TEDBBytes

Call the SQLStrToBinary method to convert a string that contains an SQL 2003 standard binary constant to an actual TEDBBytes (byte array) value. All SQL and filter expressions in ElevateDB require standard binary constants, which are represented by the binary value in hexadecimal format.

Please see the Types topic for more information on the data types in ElevateDB and their literal representation.
Image