Question1. Describe the ‘Buffering’ concept.
Question2. Give three techniques basically used with Buffer property.
Question3. The ASP Recordset object has many methods, properties and collections. Explain how each of the following is of use to the web database developer.
(i) .EOF
(ii) .RecordCount
Question4. What functionality does HasKeys property serve?
Question5. Write extract codes to verify when a cookie has keys or not.
Question6. Describe fully the various steps involve while adding data to a database using the properties and methods of the Recordset object.
Question7. Write extract codes to demonstrate the structure of the Global.asa file.
Question8. Outline the hierarchy of the FileSystemObject object model.
Question9. ADO uses the Command Object which is specially designed to run action queries. Explain how the following methods and propertiesare used with the Command Object. List three possible parameters for the Execute method.
(i) .CommandText
(ii) .CommandType
(iii) .Execute
Question10. Write an ASP program using Page Counter Object to track the number of visitors to a page and sends a special message to the one-Thousandth visitor as follows:
You are the lucky 1,000th Customer!!!