Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

Java code for migration of java db to mysql db

-8

41 views

I have an application which is for doing db migration from java db to my sql.i want to know the code for this.am using netbeans.how directly migrate java db to mysql?

asked June 13, 2011 6:38 am CDT
posted via StackOverflow

1 Answer

2
 
  • Change driver
  • Change driver class load
  • Change connection url
  • Change queries if syntax differes

Suggestion

Isn't this a pain..! So why don't you use ORM and just change the configuration.

answered June 13, 2011 7:25 am CDT

Your answer

Join with account you already have


Sign in with Twitter account
Sign in with Facebook account
Sign in with Google Friend Connect

Preview
Similar questions