Hi,
I'm trying use an user input value from a csh scriptfile in a sql file.
or more explicit I:
I use my script file something like this :
test.sh database1
cat test.sh
database=$1
isql -.....-i bo.sql
........
eof
need in this file bo.sql to be able to use same value of database as in test.sh...
How I will do this in bo.sql file ?
I'm trying use an user input value from a csh scriptfile in a sql file.
or more explicit I:
I use my script file something like this :
test.sh database1
cat test.sh
database=$1
isql -.....-i bo.sql
........
eof
need in this file bo.sql to be able to use same value of database as in test.sh...
How I will do this in bo.sql file ?