Subject Database Workbench: SET TERM
Author Steve Miller
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