for using MySQL with java I reccomend this link:
http://java.sun.com/docs/books/tutorial/jdbc/basics/index.html
the needed driver with instructions on installing can be found at:
http://dev.mysql.com/downloads/
As for how to store the Audio file, that would have to do with MySQL specifically, and I don't know but it shouldn't be too hard to find a reference site.
for using MySQL with java I reccomend this link:
http://java.sun.com/docs/books/tutorial/jdbc/basics/index.html
the needed driver with instructions on installing can be found at:
http://dev.mysql.com/downloads/
As for how to store the Audio file, that would have to do with MySQL specifically, and I don't know but it shouldn't be too hard to find a reference site.
Good luck!
thank you, i got the solution by storing the path of the file in database.
regards
vijay
Comment