Someone has come to me requesting a table that will store a 20 KB .WAV file in the database and they are wanting to store it in a BLOB data type. First, does this sound like a good use of the BLOB type?
Second, I am trying to estimate the size of the records that will be in the table. When estimating a BLOB, is there some standard way, like file size + some percentage for overhead?
Thanks in advance...
Terry
**************************
* General Disclaimer - Please read *
**************************
Please make sure your post is in the CORRECT forum, has a descriptive title, gives as much detail to the problem as possible, and has examples of expected results. This will enable me and others to help you faster...
Second, I am trying to estimate the size of the records that will be in the table. When estimating a BLOB, is there some standard way, like file size + some percentage for overhead?
Thanks in advance...
Terry
**************************
* General Disclaimer - Please read *
**************************
Please make sure your post is in the CORRECT forum, has a descriptive title, gives as much detail to the problem as possible, and has examples of expected results. This will enable me and others to help you faster...