Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mandalm/fa0b604a1fd8c1208894b5e3f27ff3ec to your computer and use it in GitHub Desktop.
Save mandalm/fa0b604a1fd8c1208894b5e3f27ff3ec to your computer and use it in GitHub Desktop.
Execute sql command in firebird database on shell script
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