RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBClientDataSet.GetQuoteChar Method

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

Pascal
function GetQuoteChar: String;
C++
__fastcall AnsiString GetQuoteChar();

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

This string is used for the automatically-generated statements that apply updates. Use this string in the SQL statements you create for the CommandText property.

Note: If the SQLDialect property of the database is not 3, it is not necessary to put quotes in SQL statements.
 

 

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