![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Connect From VB to Sybase 11 | Than Chanroeun | SUN Solaris | 2 | 08-18-2006 12:42 PM |
| Connect to a Remote Sybase Server Through Script | Aparna_k82 | Shell Programming and Scripting | 3 | 02-17-2006 11:59 AM |
| Connect to sybase database using Korn shell script | bhgopi | Shell Programming and Scripting | 7 | 08-10-2005 10:34 AM |
| Connect to a Remote Sybase Server Through Script. | Aparna_k82 | Windows & DOS: Issues & Discussions | 2 | 06-23-2005 12:26 PM |
| connect to Db2 thru Unix | ranj@tcs | Shell Programming and Scripting | 3 | 04-05-2005 10:11 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
how to connect to sybase from Unix(AIX)
I have a script given below so can anyone explain me what it does?
echo "use $DSQUERY\n go\n insert into ff.SmartCareLogin (username, password, userrole, fullname) values ('$1', '$1', '$2', '$3') go"|isql -Uff -P what is the use of $DSQUERY and go. When i am firiing isql command from aix server it gives me this error "Cannot access the sybase home directory, please check environment variable SYBASE or ~sybase An error occurred when attempting to allocate localization-related structures” What should i do? |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|