Connect to a Remote Sybase Server Through Script.

Hi all,
I am trying to connect to Remote Sybase database Server through shell script. I am operating on WindowsXP, connect to Unix(version SunOS: 5.8)
The thing is i dont know how to connect to Sybase Server through my script file?
Are there any manual pages which can guide me through the process???

Thanks In advance
Appu

Hi,

You can connect the sybase database from unix shell-script by using the following:

isql -U<username> -P<password>

Let me know if that worked.

Cheers,
Sirshendu

pls read the rules
(10) Don't post your email address and ask for an email reply. The forums are for the benefit of all, so all Q&A should take place in the forums.