Passport Automation System: EX. NO.:1 Date
Passport Automation System: EX. NO.:1 Date
:1 DATE:
AIM:
To create a system to gather the information regarding passport that have been stored in the database and to issue passport. PROBLEM STATEMENT: The purpose of this system is to analyze and perform operation on data stored in the database and to provide authentication to avoid unauthorized access by using MS-Access as back end and VB to use as the front end. The entire system is divided into various modules and it has its own objects and classes.
The main advantage in our system is that data entry becomes very easy and other manipulation, updating can be done easily.
Software requirements:
Microsoft Visual Basic 6.0 is used as front- end for our project and MS-Access is used as back-end to store the data.
DIAGRAM:
USECASE
CLASS DIAGRAM:
ACTIVITY DIAGRAM:
COLLABORATION DIAGRAM:
FORM 1:
Coding:
Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click If TextBox1.Text = "anitha" And TextBox2.Text = "devi" Then Form2.Show() Else MessageBox.Show("incorrect username or password") End If End Sub
Form 2:
Table requirement:
There are two tables required. They are: 1. Login table 2. Applicants detail table
LOGIN TABLE:
RESULT:
Thus the system for Passport Automation is created and executed. The output is verified.