I have SQL script files with many individual
statements. Would like a new option added to
distinguish between execute "current SQL" (existing
behavior) and execute "all SQL as script". The Execute
all option would execute all statements in the file.
Logged In: YES
user_id=667728
in addition, offer more script formats. e.g. in oracle scripts,
statements are separated by a slash. in JFaceDbc, this does
not work, i have to replace all / with ; ...