September 2008
Intermediate to advanced
744 pages
19h 33m
English
You have two main choices when it comes to storing files or documents that are used with your application: store them on a file system somewhere or store them within the database itself. Both approaches have advantages and disadvantages. As you'll learn in this chapter, the decision really depends on your application requirements.
Quite a few myths surround storing files and images in the database. In this chapter, we will show you that storing the files directly in the database is a lot easier and requires much less application maintenance than you might have first thought.
Suppose you have an application that displays a lot of images, such as a photo album. You could decide to have the user copy ...
Read now
Unlock full access