RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomSQLDataSet.GetQuoteChar Method

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

Pascal
function GetQuoteChar: UnicodeString; virtual;
C++
virtual __fastcall UnicodeString GetQuoteChar();

GetQuoteChar returns the character or characters that delimit quoted strings in automatically generated SQL statements. 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!