Accuracer: The First And Only Cross-Platform BDE Replacement
Client-Server Single-File Embedded Database with SQL for Delphi / C++Builder / Kylix


TACRQuery.Text
TACRQuery
Top 

Points to the actual text of the SQL query passed to the Accuracer Engine.

property Text: PChar;

Description
Text is a read-only property that can be examined to determine the actual contents of SQL statement passed to the Engine. For parameterized queries, Text contains the SQL statement with parameters replaced by the actual parameter values.

In general there should be no need to examine the Text property. To access or change the SQL statement for the query, use the SQL property. To examine or modify parameters, use the Params property.


© AidAim Software Accuracer: Client-server Database Single-file Database Delphi Database Embedded Databas