facebook

How to address two databases in the SQL-Editor

  1. MyEclipse Archived
  2.  > 
  3. Database Tools (DB Explorer, Hibernate, etc.)
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #226594 Reply

    Thomas Benz
    Member

    Can I address tables from two open connections and so copy data from one DB into the other.

    For example something like that:

    insert into db2:Table_2
    select * from
    db1:Table_1

    Thanks
    Thomas

    #226597 Reply

    Riyad Kalla
    Member

    I am researching this.

    #226615 Reply

    support-jeff
    Member

    Not at this time, but it is an intriguing idea, Thomas. I will enter an feature enhancement request on this.

    NOTE: if you are dealing with tables in different *schema*, then yes you can do as you suggest.

    #280792 Reply

    yfowler
    Member

    Hi Jeff,

    Has this functionality been added since this post? I’m currently using MyEclipse Database Explorer version 6.0.0 GA.

    Thanks for all the work,
    –Y

    #280804 Reply

    Riyad Kalla
    Member

    yfowler,
    The SQL editor is still executed against a single connection, that you can choose from the dropdown at the top of the SQL Editor.

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: How to address two databases in the SQL-Editor

You must be logged in to post in the forum log in