Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Java > Other Java > Java Databases
|
Java Databases Discussion specific to working with Java Databases. For other Java topics, please see related Java forums. For database discussions not specific to Java, please see the Database category.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Java Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 12th, 2005, 12:04 AM
Registered User
 
Join Date: Aug 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default How use two different database in one java program

Dear ALL,
      We Need one solution for my problem.

      Actually we're using SQL server now.We thought of moving to Postgres.So we want to import all tables from SQL server to postgres,without any external Import & Export.

      We want to implement it through code only.

The Tools we're using is Struts & Hibernate.

If anyone have idea to implement this,Please share with me.

Thanks in advance

Rgds
Prabakaran

 
Old August 13th, 2005, 01:00 PM
Authorized User
 
Join Date: Aug 2004
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to olupas
Default

Hibernate i think it has a PostgresDialect.
Hope this helps....
You should use from the start DAO Pattern....that's the best ideea....

Rgds
LOOP


 
Old October 3rd, 2005, 01:07 PM
Authorized User
 
Join Date: Oct 2005
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default

You can create a file to register two different drivers and open two connections.
After reading datas from SQL sever, doing the insert into PosgreSql right after.

Tien-Chih Wang

-- Meta Job Search Engine , Find your dream job --

http://www.onsofts.com/powerJobSearch.jsp





Similar Threads
Thread Thread Starter Forum Replies Last Post
java program help chris1012 Java Basics 3 November 8th, 2007 09:35 AM
how to complie java program fafa Apache Tomcat 1 June 15th, 2006 05:10 AM
java program todeepak_g JSP Basics 0 January 25th, 2006 06:04 AM
java program todeepak_g JSP Basics 0 January 25th, 2006 06:01 AM
My Java program won't compile emilaghayev JSP Basics 0 October 21st, 2003 06:57 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.