Hi,
I want to write a Unix script to prompt the user for inputs, then perform two SQL routines (check one of the inputs is valid against a database, then batch update the DB incorporating the inputs).
I am pretty new to Unix scripting so only have experience of getting inputs and manipulating strings. I have no idea on how to query and update databases from the scripts, so any help would be appreciated (eg. starting points or tutorials etc)
Thanks.