Subject Re: [firebird-support] Command line options for isql
Author Dimitry Sibiryakov
On 15 Dec 2003 at 12:48, Mahesh Ishwar wrote:

>I'm working on Windows XP and the firebird version I'm using is 1.5.0.3481 RC3.
>I want to execute some queries thru commandline by giving options to isql.

You can try to use stdin redirection. Something like this:

echo "Select * from table" | isql server:database -u user -p password

SY, Dimitry Sibiryakov.