In the example you have shown above, I noticed that you have only created one connection. Does this mean that the RoseIndia table resides in the same host as the java program being executed? I am wondering how I can copy a table from one database on one host to another database on another host. I may thinking of this wrong but would you have to either load the table into java via statements then unload into the new database with another connection. Or is there a way to link databases in java?
Question about where RoseIndia table residesBuruk March 10, 2012 at 6:39 AM
In the example you have shown above, I noticed that you have only created one connection. Does this mean that the RoseIndia table resides in the same host as the java program being executed? I am wondering how I can copy a table from one database on one host to another database on another host. I may thinking of this wrong but would you have to either load the table into java via statements then unload into the new database with another connection. Or is there a way to link databases in java?
Post your Comment