Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread ElevateDB Manager
Thu, Oct 8 2009 1:26 PMPermanent Link

Richard Speiss
Feature Request

One thing I would like to see in the Manager SQL Statement Window is the ability to select some SQL code and only execute that code.  Currently I
have to either open a new window for every statement or comment out the existing lines so that I can execute a new one.

If I could just highlight what I wanted to execute, it would be a great addition

Thanks
Thu, Oct 8 2009 2:38 PMPermanent Link

"Eduardo [HPro]"
Tim

In my own dbisam database manager (dbm) I use the following code:

    if MemoSql.SelLength > 5 then begin
       Query.Sql.Text := MemoSql.SelText;
    end else begin
       Query.Sql.Text := MemoSql.Text;
    end;

Eduardo

Thu, Oct 8 2009 4:17 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Richard,

<< One thing I would like to see in the Manager SQL Statement Window is the
ability to select some SQL code and only execute that code.  Currently I
have to either open a new window for every statement or comment out the
existing lines so that I can execute a new one. >>

I've got this one on the list already, but I'm still thinking it through
(which is why it hasn't appeared yet).

--
Tim Young
Elevate Software
www.elevatesoft.com

Image