View Single Post
  #2 (permalink)  
Old 12-28-08, 14:53
mike_bike_kite mike_bike_kite is offline
vaguely human
 
Join Date: Jun 2007
Location: London
Posts: 2,517
This is a guess:
You might find that you're running slightly different isql commands when you run at the command prompt and in your script. Use the whereis command before at the command prompt and in your script and see if the location of the isql command is the same. If it's different then use the full path to the command that works in your script.
Code:
whereis isql
Reply With Quote