Subject | Re: [firebird-support] Re: trigger on time |
---|---|
Author | Milan Babuskov |
Post date | 2006-08-30T17:55:20Z |
milandojcinovic wrote:
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
> This will work, but how to start procedure from isql script?You can use -i to load it from file (isql -i file.sql).
> I'm familiar with linux scripts but not with isql.
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