Can I run a Firebird stored procedure from a batch file, or is there an ISQL equivalent
- by Mark
I want to run a Firebird stored procedure from a batch file or similar on a desktop. The stored procedure contains insert statements and update statements with if possible parameters that I would like to pass.
Any ideas or other suggestions would be appreciated.