This sample application demonstrates how to use ADO and VBScript to display long data types on an Active Server Page (ASP) using the Employees table in the Northwind database. The Photo column is an image data type, and the Notes column is an ntext data type.
C:\Program Files\Microsoft SQL Server\80\Tools\Devtools\Samples\ADO\Web\Employee
The Visual Basic code used to create FileAccessor.dll is located at: C:\Program Files\Microsoft SQL Server\80\Tools\Devtools\Samples\ADO\Web\Employee\Fileaccessor. If you create FileAccessor.dll using these files, it is registered automatically, and Step 1 in Running the Sample is unnecessary. To create FileAccessor.dll using these files:
Open the Visual Basic project file, FileAccessor.vbp.
On the File menu, click Make FileAccessor.dll.