![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Windows & DOS: Issues & Discussions Questions involving Unix to Windows (Desktop or Server) go here. Any Windows/DOS questions should go here as well. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to connect to sybase from Unix(AIX) | sachin.gangadha | Shell Programming and Scripting | 0 | 11-27-2007 04:48 PM |
| Connect From VB to Sybase 11 | Than Chanroeun | SUN Solaris | 2 | 08-18-2006 08:42 AM |
| Connect to a Remote Sybase Server Through Script | Aparna_k82 | Shell Programming and Scripting | 3 | 02-17-2006 08:59 AM |
| Connect to sybase database using Korn shell script | bhgopi | Shell Programming and Scripting | 7 | 08-10-2005 06:34 AM |
| Remote Connect - SCO Open Server | jackpotp | UNIX for Dummies Questions & Answers | 2 | 05-22-2002 11:24 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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 |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
connect to sybase from unix script
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 Last edited by vgersh99; 06-23-2005 at 08:24 AM. Reason: removed email |
|
#3
|
||||
|
||||
|
Quote:
(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. |
||||
| Google The UNIX and Linux Forums |