rammoorthi has asked for the wisdom of the Perl Monks concerning the following question:
system("isql -Uadmin")
After that it will prompt for password. but system("password") is not working. Any one help me regarding this. At first the prompt will be like "admin@sun>" After entering the username name and pasword it will be "1>" . I tried exec() too. but that also not working. Is it any way to print the command in terminal. Please help.Thanks in advance.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: issue in isql connection
by moritz (Cardinal) on Sep 08, 2011 at 10:08 UTC | |
|
Re: issue in isql connection
by Anonymous Monk on Sep 08, 2011 at 10:10 UTC | |
|
Re: issue in isql connection
by derby (Abbot) on Sep 08, 2011 at 11:40 UTC | |
|
Re: issue in isql connection
by chrestomanci (Priest) on Sep 08, 2011 at 14:48 UTC | |
|
Re: issue in isql connection
by Anonymous Monk on Sep 08, 2011 at 10:48 UTC |