Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
SQL.FieldExists
Checks whether a field exists.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SQL | 11.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "SQL.FieldExists"; Command; Field ) More
Parameters
Parameter | Description | Example |
---|---|---|
Command | The command reference number gained with SQL.NewCommand. | $Command |
Field | The name of the field to check. | "FirstName" |
Result
Returns 1, 0 or error.
Description
Checks whether a field exists.See also
Release notes
- Version 11.4
- Added SQL.FieldExists function.
Blog Entries
- New in MBS FileMaker Plugin 11.4
- Neues MBS FileMaker Plugin 11.4
- MBS FileMaker Plugin 11.4 - More than 6500 Functions In One Plugin
- MBS FileMaker Plugin, version 11.4pr5
This function is free to use.
Created 2nd September 2021, last changed 2nd September 2021
