Results 1 to 3 of 3
- 04-06-2011, 09:50 AM #1
Member
- Join Date
- Apr 2011
- Posts
- 5
- Rep Power
- 0
Java to exchange info between databases
Hello,
I'm developing a program that connects to a mysql database and retrieves some queries. After this it has to enter this information into a postgresql database.
I know how to make the queries in the first place, but don't know the best way to store the information in the program and then make the inserts into the other database.
I suppose there is a standard way of doing this.
Thanks!
- 04-06-2011, 02:57 PM #2
Moderator
- Join Date
- Jul 2010
- Location
- California
- Posts
- 1,606
- Rep Power
- 5
If I understand what you are asking...query one database, get the data, depending upon the needs map the data to an object, then insert said data into a table in the other database. Trail: JDBC(TM) Database Access (The Java™ Tutorials)
- 04-06-2011, 03:03 PM #3
Member
- Join Date
- Apr 2011
- Posts
- 5
- Rep Power
- 0
Similar Threads
-
new to databases with java
By JOHNINALBANY in forum New To JavaReplies: 2Last Post: 07-07-2012, 02:28 PM -
Foreign Exchange Developer NYC- Core Java, Swing, Server Side
By evanp in forum Jobs OfferedReplies: 2Last Post: 06-07-2012, 09:07 PM -
Java Program Using Databases For Uni Project!
By bs3ac in forum NetBeansReplies: 1Last Post: 10-30-2009, 09:58 PM -
Foreign Exchange NYC- Core Java, JMS, Hibernate, Spring Developer
By evanp in forum Jobs OfferedReplies: 0Last Post: 07-22-2008, 04:36 PM -
How do we exchange data between Java and JavaScript and vice-versa
By freddieMaize in forum Advanced JavaReplies: 0Last Post: 04-07-2008, 07:44 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks