execute_script
Run semicolon-separated SQL statements on a Firebird database, with each statement executed in its own independent transaction. Returns OK or ERROR status for each statement.
Instructions
Execute multiple SQL statements separated by semicolons. Each statement runs in its own transaction and is committed independently — if one fails the remaining statements still run. database: key from list_databases. sqlScript: semicolon-separated DDL or DML statements. Returns one status line per statement showing OK or ERROR with a message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | Yes | ||
| sqlScript | Yes |