Click here to Skip to main content
15,892,480 members
Please Sign up or sign in to vote.
1.80/5 (2 votes)
See more:
How to Get Mp3 File from Database Access to Play on Window Application Form in C#
Posted
Updated 28-May-13 1:51am
v2
Comments
V. 28-May-13 8:14am    
what have you done so far? Where are you stuck? Ask specific questions.
phanithly 28-May-13 10:04am    
i will update my Question ...

Mp3 files are binary files, same as images, zip's, pdf's, etc. They can be stored in a BLOB field: Uploading and Downloading BLOBs to Microsoft Access[^]

Warning! I do not recommend to store binary files in MS Access database. Why? See my past answers:
how to add image on vb-access 2003,how to save?how to retrieve?[^]
storing and retrieving images in ms access using c#[^]
 
Share this answer
 
save the mp3 from database to file then use windows media player to play the mp3
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900