Hi,
I am storing the wave file in the database progamatically using c#.net2.0 into sql server 2005 into datatype called image.
How to get the data back from sql server 2005 and play the wave file, please suggest me
Thank you,
Prashant
Hi,
I am storing the wave file in the database progamatically using c#.net2.0 into sql server 2005 into datatype called image.
How to get the data back from sql server 2005 and play the wave file, please suggest me
Thank you,
Prashant
Load the wave file stored in the database
mikestc
I would only store a reference to the file name in the data base and then store the WAV file somewhere on the file system. Having it in the database will make the system run slower then normal.