Menu

new suggestion for more use friendly

fongus
2010-01-27
2013-04-29
  • fongus

    fongus - 2010-01-27

    hello everyone,

    I test recently sqlExplorer and it's great however, i found two things that doesn't exist in SE :

    - when i execute more than one request i don't have the choice to display all my result in one tab or in text mode.
    for example :
    DECLARE @nbon CHAR(50),@num INT,@numrdv INT
    select @num=num,@nbon=nbon from e_ref where nbon LIKE "%4501322506%"
    -select @num=
    SELECT * FROM e_dfwhere num=@num
    SELECT "e_v(entete) ,e_f(ligne),e_c(commentaire bon)"
    select * from e_v where num=@num
    select * from e_f where num=@num
    select * from e_c where num = @num

    i will have each result in differents tabs.

    - I can't make a seach(ctrl+f) on my result (fieds or column name).

    if someone have done that, i'm interrested in.
    i hope that will be integrated in the next version.

    regards,

     
  • Heiko Hilbert

    Heiko Hilbert - 2010-01-29

    Hi,

    with SE 3.5.1 SR2 a new command 'Execute SQL in Batch Mode(Ctrl+Alt+E)' and a blue run button in the toolbar where added. This command executes all (selected) statements and displays all results in text mode in one tab.

    There is a separate preference page to setup the output in batch mode.

    A search function in results seems to be a helpful faunction. Add a request to the Feature Requests Tracker, please.

     

Log in to post a comment.