The GetFieldsFromSQLStatement method parses the passed SQL statement and returns a collection of the field names referenced in the statement.
Syntax
GetFieldsFromSQLStatement(SQLStatement as String) as Collection
Parameters
SQLStatement
The SQL statement to parse.
Return Value
A collection of field names.
See also
DataEngine Object | GetTablesFromSQLStatement© Stonefield Software Inc., 2023 • Updated: 01/02/19
Comment or report problem with topic