retrieve mp3 file from database
-
Hi, I have stored a mp3 file in binary format into database.Now i want to retrieve from database. I am not able to retrieve that. Can anybody help me how to do this?
Surely a select will retrieve the data if it's there. Are you sure you're explaining the problem correctly ? What's the code, and what happens ?
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Surely a select will retrieve the data if it's there. Are you sure you're explaining the problem correctly ? What's the code, and what happens ?
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Hi, I want to retrive mp3 file,which is converted into binary format and stored in database using asp.net. I don't know how to retrieve this file in datagrid and also i want play that file using media player ,whenever i clicked on it. Is it clear
To 'show' it in the datagrid, you plainly have to write it to your file system and have a link to it. Odds are, you'd be better off to store them in your file system and store paths in your DB
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )