Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Inserts records in FileMaker database from records in memory.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Matrix | 9.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example | Flags |
---|---|---|---|
MatrixRef | The matrix reference number. | $matrix | |
InsertFileName | The file name of where the insert table is inside. Can be empty to look for the table in all files. | Get(FileName) | |
InsertTableName | The name of the table to insert record into. | "Assets" | |
FieldNames | A list of field names for the insert. Empty entries in the list are ignored. |
"Model" | |
StartRow | The index of the start row in the current recordset. First row is 0. |
0 | Optional |
EndRow | The index of the end row in the current recordset. First row is 0. Last Row would be FM.SQL.RowCount-1. |
0 | Optional |
Returns OK or error.
Created 8th April 2019, last changed 8th April 2019
Matrix.Height - Matrix.InsertRecordsToSQL
Feedback: Report problem or ask question.