402 users using DBSP now!
home -> documentation -> environment guide

Contents
  1. Introduction
    1. What is DBSP®?
    2. DBSP foundations.
    3. Knowledge requirements.

     

  2. System requirements
    1. Supported Operating Systems.
    2. Supported databases.
    3. Supported Web Servers.

     

  3. DBSP Engine installation and configuration
    1. Installing the DBSPEngine on Win32
    2. Using the web server configuration tool.
    3. Manually configuring W32 Microsoft® IIS 5.x
    4. Manually configuring W32 Microsoft® IIS 6.x
    5. Manually configuring W32 Omnicron® OmniHTTPd 2.x
    6. Manually configuring Visnetic® WebSite 3.x

     

  4. Configuring the database connection
    1. Using the DBSP configuration tool
    2. Setting up an Interbase connection
    3. Setting up a SQL Server connection
    4. Setting up a DB2 connection
    5. Setting up an Oracle connection

     

  5. Conserving the state in stateless applications
    1. Passing variables between DBSP pages
    2. Extending the scope of variables: the SETCOOKIE tag.
    3. Deleting variables : the KILLCOOKIE tag.

     

  6. Exploiting information from a database
    1. DBSP Builder basis
    2. Retreiving information: The DATASET tag
    3. Using variables inside SQL sentences
    4. Nesting DATASET elements: Master - Detail relationships
    5. Modifying information: The QRYEXEC tag
    6. Evaluating expressions: EXPVAL tag
    7. Handling database exceptions

     

  7. Loops, logic and flow control
    1. Making decisions: The IF Tag
    2. Multiple choices: The CASE tag
    3. Defined loops: The FOR tag
    4. Conditional loops: The WHILE Tag
    5. Changing the flow: The REDIRECT tag

     

  8. Building private sites
    1. Defining sites
    2. The authentication scheme
    3. Granting access to the user: the LOGIN tag
    4. Controlling user privileges based on the session information