Export to file

gulhaugen

Member²
Using 7.0.2.

When executing SQL :
select 1 from dual
hit F8
edit the sql to be:
select 2 from dual
export to file without hitting F8
the result from the previous query is exported.

We've had problems with this, since (we feel) the most logical thing is to export the SQL (I beleive it was so before).

My suggestion is this:
a) disable the export button if the SQL window has changed since execution
b) make two buttons, one to export the current results, one to export the execution of the query

Morten
 
I suggest that the export button stay enabled, but if the sql has changed since the last execution a prompt comes up saying so and asks if I still want to export.
 
Back
Top