Download presentation
Presentation is loading. Please wait.
1
ASP Production Data Entry and Management
EET 499 Final Project By Ian Gass
2
Project Goals Secure Enter Production Data Manage Production Data
Manage User Accounts
5
Login.asp Main( ) InvalidPassword( ) FailedMustWait( ) LoginOK( )
7
DailyLogEntry.asp Used to enter production data Procedures
Includes CommonFunctions.inc Main( ) Calls VerificationForm( ) Calls WriteToDB( ) Calls LoggedOn( )
9
DailyLogAdmin.asp Used to manage the production data Procedures
Includes CommonFunctions.inc Calls LoggedOn( ) Sends results to Results.asp in URL
12
Results.asp Displays results from the search created on DailyLogAdmin.asp Creates links to EditRecord.asp and DeleteRecord.asp
14
EditRecord.asp Get RecordID from URL
Opens database and selects the record Displays the contents of the record Saves changes
16
DeleteRecord.asp Get RecordID from URL
Verifies that the user wants to delete the selected record Removes the record from the table
19
AddUser.asp Checks if new user already exists Adds to user table
Checks for duplicate username Checks first name and last name Adds to user table
20
EditUser.asp Opens the table and retrieves record
Displays form with fields filled in Writes any changes that were made
21
DeleteUser.asp Opens the table and retrieves record
Verifies that the user wants to remove the selected record Removes the record from the database.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.