How to address two databases in the SQL-Editor MyEclipse Archived > Database Tools (DB Explorer, Hibernate, etc.) This topic has 4 replies, 4 voices, and was last updated 16 years, 10 months ago by Riyad Kalla. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts March 13, 2005 at 9:43 am #226594 Reply Thomas BenzMember 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 March 13, 2005 at 11:36 am #226597 Reply Riyad KallaMember I am researching this. March 13, 2005 at 10:44 pm #226615 Reply support-jeffMember 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. January 17, 2008 at 11:11 am #280792 Reply yfowlerMember 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 January 17, 2008 at 1:23 pm #280804 Reply Riyad KallaMember 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. Author Posts 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