Hello all,
This is my assignment on shell scripting, can anyone help
me regarding this ?
Create a shell script which connects to the database
In second shell script include the first script for the DB
connection
Create a table (PRADEEP_DATA) with 2 columns (name, value)
In Third shell script include the first script for the DB
connection
And insert/delete the values from the Table, by accepting
input from the user
This functionality should be a menu driven Program:
1) Insert to the database
a. Name
b. value
2)Delete from the database
a.Name
b.value
Exception handling needs to be taken care.
No Answer is Posted For this Question
Be the First to Post Answer
How do you know which shell I am using?
What is basename in shell script?
How to include comments in your shell scripts?
How to check if the previous command was run successfully?
Is it possible to substitute "ls" command in the place of "echo" command?
how to read systems current date and time
Can we run shell script in windows?
What is meant by $1 in shell script?
How to debug the problems encountered in the shell script/program?
What are the different types of commonly used shells on a typical linux system?
c program which behaves like a shell(command interpreter). it has its own prompt say "NewShell$".any normal shell command is executed from your shell by starting a child process to execute a system program corrosponding to the command
How do I save a powershell script?