See Also Properties Methods Events Example
Unit
MySQLServer
Applies to
TMySQLServer component
Declaration
procedure GetFieldNames(const DatabaseName, TableName: string; List: TStrings);
Description
Populates the List with all fieldnames for the TableName for the DatabaseName found on the server. This is security sensitive, i.e. you will only be able to do this if you have permissions to do this on the table and database, see MySQL Manual on security.