The examples in this chapter were created with Visual Basic 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 9-1, ADO and VBScript | page is first.asp |
Example 9-2, ADO and VBScript | page is second.asp |
Example 9-3, ADO, stored procedures, and VBScript | page is third.asp |
Example 9-4, Simple query and displaying results | Components is authors1.dll, page is fourth.asp |
Example 9-5, ADO and processing form results | Component is authors2.dll, pages are fifth.asp and testr.asp |
Example 9-6, Pre-filling listbox | Component is authors2.dll, page is sixth.asp |
Example 9-8, Wrapping data request | Component is authors3.dll, pages are seventh.asp and testr2.asp -- also see next example, stored procedure in bookinfo.sql |