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 3 of 3

Thread: Data Transmission

  1. #1
    Member
    Join Date
    Oct 2010
    Posts
    40
    Thanks
    0
    Thanked 2 Times in 1 Post

    Default Data Transmission

    hi everyone,
    im trying to create an application that will transmit data from one mySQL server to another via internet. Im wondering if anyone knows what trail should i start to learn to accomplish this, i just need to know what should i learn to do the codes, can u give me some links or ebook titles to start with? thank you.


  2. #2
    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: Data Transmission

    I would say the answer is quite dependent upon the access that you have to each database, and how you wish to automate this. A one time shot would be easiest to just dump one database and suck it into the other. For automation, you can use JDBC to do the queries and data transfers

  3. #3
    Member
    Join Date
    Oct 2010
    Posts
    40
    Thanks
    0
    Thanked 2 Times in 1 Post

    Default Re: Data Transmission

    Quote Originally Posted by copeg View Post
    I would say the answer is quite dependent upon the access that you have to each database, and how you wish to automate this. A one time shot would be easiest to just dump one database and suck it into the other. For automation, you can use JDBC to do the queries and data transfers
    so it can be done without using java? its like i want a transmit button on my UI and when the user presses it, data from my SQL table shall be copied into another server.

Similar Threads

  1. need help with saving data
    By bardd in forum Java Theory & Questions
    Replies: 5
    Last Post: September 19th, 2010, 02:33 PM
  2. Get data from web page
    By inmar32 in forum Web Frameworks
    Replies: 4
    Last Post: July 21st, 2010, 09:09 AM
  3. Searching Data
    By kalees in forum JavaServer Pages: JSP & JSTL
    Replies: 3
    Last Post: October 2nd, 2009, 03:23 AM
  4. .xls data structure
    By helloworld922 in forum JDBC & Databases
    Replies: 3
    Last Post: August 20th, 2009, 07:12 PM
  5. I can't key in the data
    By muffin in forum File I/O & Other I/O Streams
    Replies: 1
    Last Post: August 10th, 2009, 11:03 PM