RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TQuery.SQLBinary Property

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

Pascal
property SQLBinary: PAnsiChar;
C++
__property PAnsiChar SQLBinary;

Do not access SQLBinary. It is an internal binary data stream used by the query component to communicate directly with the Borland Database Engine. 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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!