Storing Audio Files In MySQL DataBAse Using Java

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mannavavp
    New Member
    • Dec 2007
    • 2

    #1

    Storing Audio Files In MySQL DataBAse Using Java

    hi friends,
    please let me know how i can store audio files in database table using java programming?
  • vipersniper5
    New Member
    • Dec 2007
    • 9

    #2
    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!

    Comment

    • mannavavp
      New Member
      • Dec 2007
      • 2

      #3
      Originally posted by vipersniper5
      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

      Working...