Subject Re: [firebird-support] Re: trigger on time
Author Milan Babuskov
milandojcinovic wrote:
> This will work, but how to start procedure from isql script?
> I'm familiar with linux scripts but not with isql.

You can use -i to load it from file (isql -i file.sql).

I think you could also pass it via stdin:

echo "execute ..." | isql ...

but I haven't tested it.

Alternatively, you can use FBExport's -x option:

fbexport -X "execute ..."

which may give you better control (if execution fails).

--
Milan Babuskov
http://fbexport.sourceforge.net/
http://www.flamerobin.org


--
Milan Babuskov
http://swoes.blogspot.com/
http://www.flamerobin.org