Java to exchange info between databases
853267Apr 6 2011 — edited Apr 7 2011Hello,
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!