Next Steps

In this chapter, we created an entire online storefront from start to finish. We created a catalog with multiple categories and products that can belong to more than one category. We created a search engine that we can put anywhere on the site that uses dynamic SQL to get results. It also allows for wild cards and case-insensitivity. We talked about joining tables together in a single query and weeding out duplicates. We also talked about subroutines and how to use them, and scope, as it applies to subroutines, sessions, and the application itself. We talked about values tied to the session and application objects and how to initialize them when the application starts up using Application_OnStart.

In our next chapter, we'll talk about ...

Get Active Server Pages 3.0 from Scratch now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.