Week 2 Questions

  1. Rank the following objects in the order they will occur when creating an ASP connection to a database:

       3   Open a Recordset

       1   Create a Connection String to define the Data Set Name

       2   Open a Connection

  2. Each column in a table is called a    field   and each row is called a    record  .
  3. Describe these terms:
  4. What type of database will be used in the example in this class? Which version?

    Microsoft Access 2000.

  5. Is the script used in this lecture client-side or server-side? Why?

    All ASP scripts are server-side. You can create your ASP scripts on a client computer, but eventually, you have to upload the scripts (usually through FTP -- "File Transfer Protocol") to a Web server running ASP. An example of a client-side script is JavaScript which can display data based on the Operating System (OS), browser, and installed plugins of a client computer.