O'Reilly

YASD's
Book Support
Site

Main Page

Chapter 17 - Readme

Chapter 17 Errata Pages

The examples in this chapter were created with Visual J++ 6.0.

You can register and use the compiled ASP components directly, or you can open the projects and re-build the objects before registering. You do not have to re-compile the components if you don't wish to; you can, instead, use regsvr32.exe to register the components and run the tests directly.

Example to Chapter Mapping
Example 17-1, Basic Data access with connection event handlingComponent is ObjOne.dll, page is first.asp
Example 17-2, Data component using ParametersComponent is ObjTwo.dll, pages are second.asp and testr.asp
Example 17-3, Command object with parmsComponent is ObjThree.dll, test pages are third.asp and testa.asp
Example described on page 452, Updating databaseComponent is adoupdate.dll, test page is fourth.asp
Example 17-4 and 17-5, Stored procedure and updatesComponent is ObjFour.dll, test pages are fifth.asp and testd.asp, SQL is remauthor.sql
Example 17-6, Stored procedure and queryComponent is ObjFive.dll, test pages are sixth.asp and testsp.asp, SQL is getauthor.sql
Example on page 464-465, Database updates with transaction controlComponent is adomts.adomts, test pages are eighth.asp and testraise2.asp -- register component, make sure DTC is running

For more information