-
-
Save mandalm/fa0b604a1fd8c1208894b5e3f27ff3ec to your computer and use it in GitHub Desktop.
Execute sql command in firebird database on shell script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| isql -user SYSDBA -password masterkey /var/firebird/database.fdb -i "/home/tux/sql/command.sql" -o "/home/tux/log/log.txt" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment