Click here to Skip to main content
15,880,796 members
Articles / Programming Languages / VBScript

ASP Guestbook Application

Rate me:
Please Sign up or sign in to vote.
4.33/5 (8 votes)
17 Oct 2000CPOL 883.2K   1.8K   45   147
A simple guestbook application using ASP and an Access database
  • Download source files - 15 Kb

    Overview

    This is a small ASP (Microsoft Active Server Pages) application that implements a guestbook.

    The guestbook has the following main-functionality:

    • Display entries with author-name, e-mail, date and text
    • Administration mode: delete entries
    • Navigation: jump to first page, last page, previous page, next page, discrete pages

    The sample is ready-to-use. As-few-as-possible HTML-formating (e.g. fonts) is done in order to keep it clear. You could modify the following things:

    • Change the language of the texts
    • Adjust the design to your needs
    • Extend the functionality (please e-mail me, if you improved it, since I'm very interested in any improvements)

    Details

    The guestbook stores its entries in a Microsoft Access 2000 database (Access 97 works quite well, too - just convert the database) and accesses the database using ADO (Microsoft ActiveX Data Objects, see http://www.microsoft.com/data/ado/). To use the Access 2000 database, you probably need the latest version of the Microsoft Data Access Components (MDAC, also from http://www.microsoft.com/data/ado/).

    I tried to comment the ASP code as well as I can. When you look through it with a syntax-coloring editor, you should find the comments quite easily. I also tryied to minimize the allways-present problem of having code mixed with design/content be separating ASP from HTML as much as I can. Still I wanted to keep all things in one file to make it compact. So the ASP pages became a bit longer than it normally would.

    I'm running this guestbook under a german version of NT 4.0 server, service pack 6a (the 'a' is very important). Altough, SP 4 or 5 should be no problem, too.

    A last tip for editing ASP files: I tried a lot of editors (including Frontpage, InterDev, etc.), I found the most usable program is EditPlus, which you can find on http://www.editplus.com/.

    Please feel free to ask any questions you have by e-mail: keim@zeta-software.de.

    History

    18 Oct 2000 - updated script.

  • License

    This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


    Written By
    Chief Technology Officer Zeta Software GmbH
    Germany Germany
    Uwe does programming since 1989 with experiences in Assembler, C++, MFC and lots of web- and database stuff and now uses ASP.NET and C# extensively, too. He has also teached programming to students at the local university.

    ➡️ Give me a tip 🙂

    In his free time, he does climbing, running and mountain biking. In 2012 he became a father of a cute boy and in 2014 of an awesome girl.

    Some cool, free software from us:

    Windows 10 Ereignisanzeige  
    German Developer Community  
    Free Test Management Software - Intuitive, competitive, Test Plans.  
    Homepage erstellen - Intuitive, very easy to use.  
    Offline-Homepage-Baukasten

    Comments and Discussions

     
    GeneralError: Can not insert record into database Pin
    sharp_k11-Mar-09 6:42
    sharp_k11-Mar-09 6:42 
    GeneralRe: Error: Can not insert record into database Pin
    Nancy B20-Oct-09 4:47
    Nancy B20-Oct-09 4:47 
    Generalscreenshot Pin
    sharp_k8-Mar-09 17:44
    sharp_k8-Mar-09 17:44 
    GeneralMedicine for you Pin
    Kedaar12-Oct-08 11:01
    Kedaar12-Oct-08 11:01 
    GeneralProbably it for you Pin
    Kedaar17-Apr-09 6:27
    Kedaar17-Apr-09 6:27 
    GeneralHi!! Pin
    Coder_200729-Oct-06 18:30
    Coder_200729-Oct-06 18:30 
    Generaltest for subject Pin
    Anonymous16-Feb-04 15:30
    Anonymous16-Feb-04 15:30 
    GeneralRe: test for subject Pin
    Anonymous31-Jul-04 5:34
    Anonymous31-Jul-04 5:34 
    GeneralRe: test for subject Pin
    Anonymous9-Dec-04 21:17
    Anonymous9-Dec-04 21:17 
    Generalneed for a help Pin
    reymar1-Aug-03 18:05
    reymar1-Aug-03 18:05 
    GeneralRe: need for a help Pin
    David Jhon17-Aug-06 17:31
    David Jhon17-Aug-06 17:31 
    Generalerr Pin
    Anonymous27-Jul-03 5:01
    Anonymous27-Jul-03 5:01 
    GeneralSource Code Pin
    littleblack22-Jun-03 23:02
    littleblack22-Jun-03 23:02 
    GeneralRe: Source Code Pin
    Nino_123-Jun-03 4:37
    Nino_123-Jun-03 4:37 
    GeneralDatabase access Pin
    Ineffable7-May-03 14:07
    Ineffable7-May-03 14:07 
    GeneralRe: Database access Pin
    Uwe Keim7-May-03 19:28
    sitebuilderUwe Keim7-May-03 19:28 
    Generaltask 1 Pin
    Anonymous3-May-03 7:35
    Anonymous3-May-03 7:35 
    GeneralRe: task 1 Pin
    Anonymous3-May-03 7:36
    Anonymous3-May-03 7:36 
    Generalmerhaba Pin
    Anonymous2-May-03 13:11
    Anonymous2-May-03 13:11 
    Generalดดดดด Pin
    Anonymousด26-Apr-03 21:52
    sussAnonymousด26-Apr-03 21:52 
    Generaltest Pin
    Anonymous4-Apr-03 1:46
    Anonymous4-Apr-03 1:46 
    GeneralRe: test Pin
    Anonymous3-Mar-05 16:38
    Anonymous3-Mar-05 16:38 
    GeneralHello Pin
    Zioner20-Feb-03 22:14
    Zioner20-Feb-03 22:14 
    Generalhello Pin
    Anonymous9-Feb-03 22:01
    Anonymous9-Feb-03 22:01 
    GeneralRe: hello Pin
    Anonymous23-Feb-05 23:07
    Anonymous23-Feb-05 23:07 

    General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

    Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.