Subject Re: [firebird-support] Automation tools?
Author Dimitry Sibiryakov
15.08.2017 15:36, Kjell Rilbe kjell.rilbe@... [firebird-support] wrote:
> We're in need of a tool where we can author sequences of SQL queries against FB and non-DB
> commands like file operations etc. I'd like to call them "batch runs" to perform recurring
> tasks.
>
> Do you know of such tools or what that kind of tool would be called in general?

This kind of tool used to call "batch files" or "shell scripts". You can use isql as
well because it has "shell" command, but isql language lack execution flow control directives.


--
WBR, SD.