Subject | Re: Database Workbench: SET TERM |
---|---|
Author | Steve Miller |
Post date | 2007-12-12T22:25:55Z |
> First, make sure you execute the script in the Script Editor, this mightThanks for checking. I've never seen separate editors for a single SQL
> sound
> obvious to you, but you wouldn't be the first.
and scripts before, and I'm not sure why they are separated. I am
using the SQL Script Editor.
> Indeed, the Script Editor uses TIB_Script and it should execute/use SETThe 257 lines of comments have eight blocks of comments marked by /*
> TERM just fine.
and */. Following those are about 137 carriage returns (hard returns),
for reasons I do not yet understand. Then more blocks of comments.
If I tell the concatenator to strip out comments, I am left with the
hard returns. The script runs past the SET TERM command. (...It runs
to another point where I am faced with a similar problem with SET TERM
.) If I leave the comments in, and manually take out the hard returns,
the script runs. Something about the combination of comments and
returns is giving me problems. Or it may simply be the length of the
comments, as Helen suggested. I don't know.
Steve