EPUB | CHM | PDF

TMySQLQuery.Properties.SQLBinary

Top Previous Next

Points to the binary data stream that represents an SQL query statement or result set.

Syntax:

property SQLBinary: PChar;

Description:

Do not access SQLBinary. It is an internal binary data stream used by the query component. To access or set the SQL statement that this query component executes, use the SQL property. To access or set the parameters used in a parameterized SQL statement, use the Params property.