Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java to exchange info between databases

853267Apr 6 2011 — edited Apr 7 2011
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!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 5 2011
Added on Apr 6 2011
16 comments
476 views