Subject Re: [firebird-support] Command line options for isql
Author Almond
At 10:38 03/12/16 +0300, you wrote:
>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.

Or. isql -i input.sql abc.gdb.
Then construct the input file content by program. It work on linux, don't
know work on windows or not.

Best regards,

Almond Wong