RAD Studio VCL Reference
|
Returns the character or characters to use in generated SQL statements to enclose quoted strings.
function GetQuoteChar: String;
__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.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|