Subject | Re: [firebird-support] Connecting to database via linux-shell-script |
---|---|
Author | Nicolas Serr |
Post date | 2005-04-19T12:19:35Z |
... it could be so easy ...
Thanks a lot!!
Dimitry Sibiryakov schrieb:
Thanks a lot!!
Dimitry Sibiryakov schrieb:
>On 19 Apr 2005 at 13:41, Nicolas Serr wrote:[Non-text portions of this message have been removed]
>
>
>
>>Is the syntax in general right?
>>
>>./isql pathToDatabase user "Username" password "password"
>>
>>
>
> No. Read manual at last.
>
>./isql pathToDatabase -u username -p password
>
>