Data Migration

From: "Rob Kirkbride" <rob(dot)kirkbride(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Data Migration
Date: 2007-09-03 08:52:25
Message-ID: e0b3cb2b0709030152j325b68edsaf0701287ddc2004@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,

Is there a way in JDBC to move data from one database to another without
having to hard-wire the table structure?

I was wondering if I can do a kind of

ResultSet rs = executeStatement("select * from table (from connection 1)
where somecondition")
while (rs.next())
take the resultset and then pass directly into a prepared statement for
an "insert into table" (from connection 2)

I can't see any way other disecting the values from the first query and
using getSQLType.

Any ideas?

Thanks

Rob

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Heikki Linnakangas 2007-09-03 11:34:57 Re: Data Migration
Previous Message Mayuresh Nirhali 2007-09-03 07:13:55 Re: JNDI look up problem in sun java app server 8.1