[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.odbcnet

How to play wav sound stored in Access table

Mark Means

8/30/2002 9:34:00 PM

I have a 100 megabyte long Access table with an ID integer cell and
another cell of type OLE Object. Each record contains one sound clip
of type "Wave Sound".

I am using VB.NET, but the problem is not VB related, it is more
fundamental.

I create a recordset with a query that extracts a single record from
the above table. .NET recognizes the field type of the OLE Object as a
BINARY ARRAY.

How to I make this binary array play as a sound clip without first
saving it to a file?