How to store and retrieve audio files from a database into VB 2008?
I've been trying to find a way to store a .wav file in a database (Access)
and then retrieve it into Visual Basic 2008 application.
I can do it for an image file, but whatever I've tried for audio files has
been a failure so far. I have done a lot of searching in different sites,
but it seems that no one has had this need since I haven't found a single
site that addresses this.
By the way, I don't want to store a pointer to the file on disk by storing
the file directory information. I want the actual contents of the file to
be stored in the database, the same way that I am doing with the graphics
file. Is it possible to do it? How?
Thanks, Luis
No comments:
Post a Comment