Subject | Database Workbench: SET TERM |
---|---|
Author | Steve Miller |
Post date | 2007-12-06T21:58:51Z |
I'm running a long script, concatenated from many other scripts. It
starts with a number of comments marked with /* and */. Then the first
line of code is:
SET TERM !!;
Database Workbench gives a Script Error on this:
============================
Script Error:
ISC ERROR CODE:335544569
ISC ERROR MESSAGE:
Dynamic SQL Error
SQL error code = -104
Token unknown - line 257, column 5
TERM
============================
Is there any way to tell Database Workbench to ignore the SET TERM
command?
Steve Miller
starts with a number of comments marked with /* and */. Then the first
line of code is:
SET TERM !!;
Database Workbench gives a Script Error on this:
============================
Script Error:
ISC ERROR CODE:335544569
ISC ERROR MESSAGE:
Dynamic SQL Error
SQL error code = -104
Token unknown - line 257, column 5
TERM
============================
Is there any way to tell Database Workbench to ignore the SET TERM
command?
Steve Miller