![]() |
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 |
| put value of multiple sql statements into unix variables | sw@pnil | Shell Programming and Scripting | 1 | 11-11-2008 11:49 AM |
| multiple 'if' statements out of array | dcfargo | Shell Programming and Scripting | 2 | 08-04-2008 09:58 PM |
| Multiple scanners on same input file using lex/flex | Rakesh Ranjan | High Level Programming | 5 | 12-08-2006 05:53 AM |
| Can Xargs execute multiple commands of evry input file | nilesrex | Shell Programming and Scripting | 4 | 08-30-2006 08:39 AM |
| multiple conditions in if statements | tim mauger | Shell Programming and Scripting | 3 | 04-28-2002 09:42 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
isql input file with multiple sql statements
I've got:
isql -U $USERID -S $SERVER -D $DATABASE -i inputfile.sql -o outputfile.txt in inputfile I have: go sql#1 go sql#2 go sql#3 go I also tried without "go" and with";" instead which did not work SQL statements will work if I paste them directly into the script and use EOF Any ideas why they won't work as an input file? |
| Bookmarks |
| Tags |
| unresolved, unresolved for weeks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|