Reputation: 1039
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 .
Upvotes: 0
Views: 391
Reputation: 3692
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!
Upvotes: 1