Microsoft 70-152: Design and Implementing Web Solutions with Microsoft Visual InterDev 6.0
#31. You use ASP to retrieve records dynamically from database. You use Textbox DTC for content of column and Recordset NavBar DTC to controll movement through records. You also need another DTC:
#35. You want to use the cursor type that will generate the least load on the Database server. You want to be able to scroll backward and forward through the records. You do not need to see insertions, modifications, or deletions made by other users while you are scrolling. What type of server side cursor should you use?
#37. You want access to a SQL Server db from ASP application using ADO and an ODBC System DNS. Which db access software must be on the computer running the ASP application? (choose three)