can any one please tell me how i can use Mysql with web services . i want to save and retrieve data from mysql. please suggest any good tutorial for that .
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You haven’t specified a platform, so I suppose that is open for you? That is a very broad question as well.
This is an excellent tutorial which should get you quickly started, step by step, using Glassfish (free from Sun/Oracle), Java, and MySQL to build web services to query the database (which is exactly what you asked for):
http://java.sun.com/developer/technicalArticles/glassfish/GFandMySQL_Part3.html
Good luck and have fun!