|
-
Sep 21st, 2005, 04:14 AM
#1
Thread Starter
Addicted Member
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?
-
Oct 27th, 2005, 11:18 PM
#2
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.
-
Oct 27th, 2005, 11:28 PM
#3
Hyperactive Member
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.
-
Oct 27th, 2005, 11:54 PM
#4
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...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|