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 handling | Component is ObjOne.dll, page is first.asp |
Example 17-2, Data component using Parameters | Component is ObjTwo.dll, pages are second.asp and testr.asp |
Example 17-3, Command object with parms | Component is ObjThree.dll, test pages are third.asp and testa.asp |
Example described on page 452, Updating database | Component is adoupdate.dll, test page is fourth.asp |
Example 17-4 and 17-5, Stored procedure and updates | Component is ObjFour.dll, test pages are fifth.asp and testd.asp, SQL is remauthor.sql |
Example 17-6, Stored procedure and query | Component is ObjFive.dll, test pages are sixth.asp and testsp.asp, SQL is getauthor.sql |
Example on page 464-465, Database updates with transaction control | Component is adomts.adomts, test pages are eighth.asp and testraise2.asp -- register component, make sure DTC is running |