Icon BinaryToSQLStr Method

System::UnicodeString __fastcall
      BinaryToSQLStr(Edbtype::TEDBBytes Value)

Call the BinaryToSQLStr method to convert a TEDBBytes (byte array) value to an SQL 2003 standard binary constant string. 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