Results 1 to 4 of 4

Thread: Storing a WAV file in a Database combining it with the song title in just 1 field!

  1. #1

    Thread Starter
    Addicted Member iehjsucker's Avatar
    Join Date
    Sep 2005
    Posts
    150

    Cool Storing a WAV file in a Database combining it with the song title in just 1 field!

    I have tried storing a WAV file in a database. Let say that i have a table of wav files. Basically with 3 fields, the wav file, an object it self, Length of the wav file, for retrieval purpose and the title, a string.
    What i want is to combine the title and wav file into 1 field. Upon accessing the field in a record, you would basically retrieve it and extract the stirng..
    Can any one do the challenge?

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Storing a WAV file in a Database combining it with the song title in just 1 field

    iehjsucker,

    Please check your Private Messages as soon as possible.

  3. #3
    Hyperactive Member umilmi81's Avatar
    Join Date
    Sep 2005
    Location
    Sterling Heights, Mi.
    Posts
    335

    Re: Storing a WAV file in a Database combining it with the song title in just 1 field!

    Ugh. Why?

    Isn't that what databases are for? Why not have a seperate field for the title. That way you can do queries on it. Besides the obvious advantage of not having to preprocess your wav file.

  4. #4
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: Storing a WAV file in a Database combining it with the song title in just 1 field!

    You mean the file name and its length? Of course you could do it by using a separator...
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

Posting Permissions

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



Click Here to Expand Forum to Full Width