See Also Properties Methods Events Example
Unit
MySQLServer
Applies to
TMySQLServer component
Declaration
function FormatIdentifier(Value: string): string;
Description
Formats the identifier, Value, using the version information of the server. Ex. "Table 1" will result in "`Table 1`" if Value clashes with the MySQL reserved word list. Servers before 3.23.06 did not understand the '`' symbol and thus for these servers Value is returned unchanged.