Function.ODBC.Connection!ConnectionName.FieldExists
From GAB Help
This function returns a boolean to indicate if the specified field (or fields) is in the specified table. To specify multiple fields use *!* as the delimiter. The boolean return will indicate True if the field was found. If multiple fields are specified, a True will be returned if ALL of the specified fields were found.
Contents
Syntax
Function.ODBC.Connection!conname.FieldExists(Table name, field name(s), boolean return)
Arguments
Example
Remarks
- This command takes about 15 seconds to run against a normal Global Shop database.