Hello, is there any way to execute multiple statements (none of which will have to return anything) on Firebird? Like importing a SQL file and executing it.
I've been looking for a while and couldn't find anything for this.
Hello, is there any way to execute multiple statements (none of which will have to return anything) on Firebird? Like importing a SQL file and executing it.
I've been looking for a while and couldn't find anything for this.
Shouldn't the normal query-delimiter work? Like:
Update stuff; Delete stuff; Update stuff;
You can do this with IBOConsole (download from www.mengoni.it). The SQL window allows you to enter a complete script with the usual ";" delimiter.
In IBExpert you can execute multiple commands in single script via Tools->Script Executive (Ctrl+F12)
☭☭☭ USSR ☭☭☭