is there any way to execute update contact set email_address='[email protected]'; using isql (firebird) on linux?
I don't want to use -i switch to specify sql script file. And I cannot use interactive mode as I will run the sql command from php script.
echo "update contact set email_address='[email protected]';" | isqldo? I haven't used firebird but that should work with any sensible tool.echo "update contact set email_address='[email protected]';" |/opt/firebird/bin/isql -user SYSDBA -pass password /var/lib/firebird/data/radek_db.gdb