Can I run a Firebird stored procedure from a batch file, or is there an ISQL equivalent
        Posted  
        
            by Mark
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Mark
        
        
        
        Published on 2010-05-13T16:06:20Z
        Indexed on 
            2010/05/14
            10:14 UTC
        
        
        Read the original article
        Hit count: 274
        
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.
© Stack Overflow or respective owner