Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 5 of 5

Thread: export databases

  1. #1
    Junior Member
    Join Date
    Jul 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default export databases

    hi guys... please help me..
    i got a task that i had to export postgresql to my sql databases with java

    I still beginner abaout it
    what i must to do first

    i will be glad if you give me some code to solved this problem



  2. #2
    Junior Member
    Join Date
    Jul 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: export databases

    please help..me

  3. #3
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: export databases

    What did you research? Did you try a google search? Sorry, but your question is vague at best, and there is tons of information out there regarding database migration. You can't expect unpaid volunteers to do your research for you, or regurgitate information you can readily find through a google search. While we aren't stack exchange, the advice in the following does apply: Coding Horror: Rubber Duck Problem Solving

  4. #4
    Junior Member
    Join Date
    Jul 2012
    Posts
    5
    My Mood
    Cheerful
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: export databases

    Just go the option of import on your database and then BROWSE for the SQL file and import it.Its toooo easy..

  5. #5
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: export databases

    Quote Originally Posted by kvv230892 View Post
    Just go the option of import on your database and then BROWSE for the SQL file and import it.Its toooo easy..
    MySQL and postgreSQL use different syntaxes for certain things that cannot be directly translated by a simple export/import. So no, it is not that easy.

Similar Threads

  1. Replies: 0
    Last Post: May 11th, 2012, 10:01 PM
  2. Please help! Databases and GUI
    By beebee007 in forum AWT / Java Swing
    Replies: 2
    Last Post: April 14th, 2012, 04:19 PM
  3. Databases in Java made Easy with JPersist
    By Lord.Quackstar in forum JDBC and Database Tutorials
    Replies: 1
    Last Post: June 14th, 2010, 06:38 AM
  4. Databases in Java made Easy with JPersist
    By Lord.Quackstar in forum Java Code Snippets and Tutorials
    Replies: 1
    Last Post: June 14th, 2010, 06:38 AM
  5. Export to excel
    By ebosysindia in forum File I/O & Other I/O Streams
    Replies: 7
    Last Post: May 14th, 2009, 06:25 AM