Results 1 to 2 of 2

Thread: Storing a .wav file in a table

  1. #1
    MikeP Guest

    Storing a .wav file in a table


    Is it possible to store a .wav file in a SQL Server table? I have looked in books online and on the web... to no avail. Any info would help.

    Thanks
    Mike

  2. #2
    MAK Guest

    Storing a .wav file in a table (reply)

    u can store it in image column.
    use writetext or textcopy to load the file into image column

    example for writetext

    http://www.swynk.com/discuss_sql2000/getmessage.asp?rootid=106270&id=106270


    ------------
    MikeP at 7/16/2002 6:46:28 PM


    Is it possible to store a .wav file in a SQL Server table? I have looked in books online and on the web... to no avail. Any info would help.

    Thanks
    Mike

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •