Subject | Re: [firebird-support] Connecting to database via linux-shell-script |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2005-04-19T12:50:49Z |
On 19 Apr 2005 at 13:41, Nicolas Serr wrote:
./isql pathToDatabase -u username -p password
--
SY, Dimitry Sibiryakov.
>Is the syntax in general right?No. Read manual at last.
>
>./isql pathToDatabase user "Username" password "password"
./isql pathToDatabase -u username -p password
--
SY, Dimitry Sibiryakov.