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?
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.
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.
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...