May 2006
Intermediate to advanced
720 pages
17h 18m
English
IN THIS CHAPTER
Unless you’re creating the most basic of applications on the web, your application will need to interact with data. It will need to retrieve data from some location for display to the user or perhaps for being processed by business logic. You will also surely need to be able to send data to a data source. Sending data to a data source takes place when you need to change existing data, create new data, or delete existing data. All of these operations are standard for pretty much any web application that does anything more than simply display static text.
This chapter shows ...