Subject | Re: [firebird-support] Command line options for isql |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2003-12-16T07:38:14Z |
On 15 Dec 2003 at 12:48, Mahesh Ishwar wrote:
echo "Select * from table" | isql server:database -u user -p password
SY, Dimitry Sibiryakov.
>I'm working on Windows XP and the firebird version I'm using is 1.5.0.3481 RC3.You can try to use stdin redirection. Something like this:
>I want to execute some queries thru commandline by giving options to isql.
echo "Select * from table" | isql server:database -u user -p password
SY, Dimitry Sibiryakov.