V7: SQL window - Multiple Statements

sladek

Member
Hi,
I'm testing the new version while still using v5 at work. I'd really like the feature to display the result of multiple statements in the SQL window. But i don't want to execute all of my statements at once, only the selected statement should be executed.
I figure out, that enabling the option "AutoExecute queries" will disable the multiple-statement-functionality. Is it possible to got both working together, so that only the selected statement is executed, but all previously executed statements from this SQL window will be displayed in extra tabs?
Jens
 
It is currently not possible to "re-execute" the SQL for the selected statement/tab page. I assume this is what you are looking for?
 
It sounds like Jens wants to "refresh" only the selected SQL but still display all existing tabs. That could be useful.
 
Originally posted by rbrooker:
Hi,

can you put a right click menu on the tabs? you could put refresh on there.
That could be a solution for my problem. But maybe it's difficult to find the right tab for the selected statement. Because everytime i execute it, one parameter in the SELECT will have changed and in this case i don't want a new tab to be opened.
Marco, can you add this to the "requested feature" list? :-)

Jens
 
Okay, I have added this to the list of enhancement requests.

For select statements, pressing the "Query By Example" button twice essentially rereshes the current result set.
 
Back
Top