Copyright © 2010 Pearson Addison-Wesley. All rights reserved. Chapter 13: Database Access through the Web Programming the World Wide Web 2009 Fifth Edition by Robert W. Sebesta
1-2 Copyright © 2010 Pearson Addison-Wesley. All rights reserved Figure 13.1 The logical data model for a database
1-3 Copyright © 2010 Pearson Addison-Wesley. All rights reserved Figure 13.2 The Equipment table
1-4 Copyright © 2010 Pearson Addison-Wesley. All rights reserved Figure 13.3 The Corvettes table
1-5 Copyright © 2010 Pearson Addison-Wesley. All rights reserved Figure 13.4 The States table
1-6 Copyright © 2010 Pearson Addison-Wesley. All rights reserved Figure 13.5 The Corvettes_Equipment cross-reference table
1-7 Copyright © 2010 Pearson Addison-Wesley. All rights reserved Figure 13.6 Three-tier architecture of a Web site supported by databases
1-8 Copyright © 2010 Pearson Addison-Wesley. All rights reserved Figure 13.7 Common database access architecture
1-9 Copyright © 2010 Pearson Addison-Wesley. All rights reserved Figure 13.8 Display of the return document from access_cars.php
1-10 Copyright © 2010 Pearson Addison-Wesley. All rights reserved Table 13.1 Common SQL data types and their Java counterparts
1-11 Copyright © 2010 Pearson Addison-Wesley. All rights reserved Figure 13.9 Display of the results of JDBCServlet