RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWideDataSet.PSGetQuoteChar Method

Returns the character or characters to use in generated SQL statements to enclose quoted strings.

Pascal
function PSGetQuoteChar: string; override;
C++
virtual __fastcall AnsiString PSGetQuoteChar();

The provider component calls PSGetQuoteChar (indirectly) when generating the dynamic SQL statements that apply updates. These statements are subsequently executed by a call to PSExecuteStatement. 

PSGetQuoteChar returns the character or characters that delimit quoted strings in the generated SQL. This string appears both before and after quoted strings. 

 

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