Create a VB Class Module that represents the data items you are collecting. The class must have private properties and the appropriate Property Get and Property Let procedures.

Create a VB Class Module that incorporates the code from your ASP as explained in the lectures. The Class must have a function for each ASP page, and accept/return values as indicated in the lectures. This will be your COM object.

Modify your ASP pages to use the COM object:

ViewListDLL.asp
ViewDetailDLL.asp
EditDetailDLL.asp
AddNewDLL.asp
UpdateDetailDLL.asp