Wednesday, 7 December 2011

Employee management system - Java eProject

EMS - In Java and MS-Access:

Database MS Access :

Table-1 : emp
Table-2 : users

Structure of table-1(emp)  :
emp_id [text]{primary key}
name [text]
department [text]
address [text]
contact_no [text]

Structure of table-2(users)  :
user_name [text]{primary key}
password [text]



Program in Java  :
File1 : Login.java


File2
: Main.java



/* if you have any problem while running this project please comment */