ASP Samples
-----------
1 ASP Sample Files Purpose
2 How to Run ASP Samples


1 ASP Sample Files Purpose
--------------------------
        
    Sample: 
        <DBMaker>\Samples\ASP\index.asp

    Purpose:
        This sample demonstrates database manupulation with ASP.
        1. Connect To Database
        2. Create Table
        3. Insert Data
        4. Manupulate Data : 
            A. Insert new record
            B. Delete record
            C. Update record(s)
            D. Drop table    


2 How to Run ASP Samples
------------------------
    Steps:
        1. Launch the web server which support Active Server Pages(ASP). For 
           example, Microsoft Internet Information Server.

        2. Copy sample files to subdirectory of root directory of World Wide 
           Web. For example, copy to 'C:\Inetpub\wwwroot\ASP' directory.

        3. Make sure your DBSAMPLE5 database is configured ready both in

           DBMaker and ODBC System DSN.  Note: It cannot be User DSN.

        4. Start the 'DBSAMPLE5' database in client-server mode.

        5. Launch a browser and locate to the sample URL address. For
           example, 'http://localhost/ASP/index.asp'

        6. In first page of sample program, fill database name with 
          'DBSAMPLE5', and user name 'SYSADM' without password. Click CONNECT
           button to connect to database. 

        7. Then follow the instruction in pages, sample will demonstrate 
           function and show its results.

