Subject | AW: [firebird-support] Running stored procedure from command line? |
---|---|
Author | Steffen Heil |
Post date | 2009-12-30T19:49:33Z |
For simple commands, use here documents or pipes...
Isql .... <<\ EOF
...
update a set b = c;
commit work;
EOF
Beware of shell escaping...
Regards,
Steffen
-----Ursprüngliche Nachricht-----
Von: firebird-support@yahoogroups.com
[mailto:firebird-support@yahoogroups.com] Im Auftrag von Harriv
Gesendet: Mittwoch, 30. Dezember 2009 16:00
An: firebird-support@yahoogroups.com
Betreff: [firebird-support] Running stored procedure from command line?
Hi,
Is it possible to run a stored procedure from command line?
I know it's possible with isql and external "command file", but I'd
prefer to do it with out any external files.
------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Visit http://www.firebirdsql.org and click the Resources item
on the main (top) menu. Try Knowledgebase and FAQ links !
Also search the knowledgebases at http://www.ibphoenix.com
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Yahoo! Groups Links
[Non-text portions of this message have been removed]
Isql .... <<\ EOF
...
update a set b = c;
commit work;
EOF
Beware of shell escaping...
Regards,
Steffen
-----Ursprüngliche Nachricht-----
Von: firebird-support@yahoogroups.com
[mailto:firebird-support@yahoogroups.com] Im Auftrag von Harriv
Gesendet: Mittwoch, 30. Dezember 2009 16:00
An: firebird-support@yahoogroups.com
Betreff: [firebird-support] Running stored procedure from command line?
Hi,
Is it possible to run a stored procedure from command line?
I know it's possible with isql and external "command file", but I'd
prefer to do it with out any external files.
------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Visit http://www.firebirdsql.org and click the Resources item
on the main (top) menu. Try Knowledgebase and FAQ links !
Also search the knowledgebases at http://www.ibphoenix.com
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Yahoo! Groups Links
[Non-text portions of this message have been removed]