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?