Multimedia » which multimedia databse can used with vb.net
0 pts. | Apr 8 2009 1:32AM GMT
[...] Read the rest here: which multimedia databse can used with <a href="http://vb.net" title="http://vb. " target="_blank">vb.net</a> [...]
mrdenny
46810 pts. | Apr 8 2009 9:18PM GMT
It is most common and recommended that you store the images on a file server and not in the database, simply storing a pointer to the file within the database. When you store the images within the database the database has to perform a lot more disk IO than it should to retrieve and store the images. This prevents the database from doing other things while it gets the images.
As the database grows (there are always more criminals being added) the problem will get worse and worse and you’ll eventually need to make the change anyway.
(This doesn’t matter what database platform you use.)
Carlosdl
29855 pts. | Apr 14 2009 11:46PM GMT
I agree with Mrdenny.
Also, storing the images in the database will make the database size bigger, and some versions/databases (such as the express editions) use to have some size restrictions.






