How to open a Database using Unix Command Please Do Reply

Answer Posted / pradeep

in sybase
isql_r -S Servername -U username -P Password
go
//write your query

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is ‘ps’ command for?

844


What is nr in awk command?

788


Which command is used to copy files?

812


What is the difference between grep and grep?

797


What is s and g in sed command?

793


When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system. How can i findthe right soluion??? My pgm: #include # include int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

1971


How do I find previous commands in unix?

813


What does 'mkdir' command do in UNIX?

907


What are file commands?

863


What is the use of the tee command?

806


why metadb requires a seperate slice to create Solaris volume manager

2779


Explain ‘library functions’ with respect to unix commands?

817


Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?

1012


Who command in unix operating system?

856


Why is awk called awk?

769