Copy the selected sql code into a file, perhaps use isql (or oracle equivalent) to run the sql, piping the output into a file that is then loaded by UE
Anyone got anything that does something like that?
OK, no one came up with a solution, so here's mine (just invented)
Its a bit dirty, and involes a macro and setting up a tool
Macro:
InsertMode
ColumnModeOff
HexOff
UnixReOn
IfSel
Copy
NewFile
Paste
SaveAs "C:\temp\sql.tmp"
CloseFile NoSave
RunTool "XXRun SQL"
EndIf