0% found this document useful (0 votes)
9 views20 pages

CS PROJECT FILE Siddharth

Uploaded by

Arshia Sardana
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views20 pages

CS PROJECT FILE Siddharth

Uploaded by

Arshia Sardana
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 20

CS

PROJECT
FILE
Topic: User
Management System.

Name: Siddharth Verma


Class: XII-A
School Name: Kulachi Hansraj
Model School
INDEX
1. Certificate

2. Acknowledgement

3. About The Project

4. Table(sql)

5. Menu description

6. Source Code

7. Output

8. Bibliography
Certificate

This is to certify that Siddharth Verma


of Class XII-A have completed the
Computer Science project on the topic
"User Management System" under my
guidance. The process of the project
has been continuously reported and
they have been in my
acknowledgement constantly.

Mrs. Niti Arora


(CS Teacher)
Acknowledgement

It is our solemn duty to place on record


our sincere thanks to Ms. Sneh Verma,
Principal, Kulachi Hansraj Model
School, New Delhi, who despite being
extraordinarily busy took out time to
guide us and address us.
Our heartfelt gratitude to our Teach
Guide, Mrs Niti Arora ma'am, her
patience and belief in us. Her
exemplary investment in the complete
insightful feedback helped us achieve
our objectives.
About The
Project
The User Management System project
is an innovative initiative aimed at
enhancing the efficiency and security
of user-related processes within an
organization. Designed to address the
growing complexities of user
administration, this project focuses on
developing a system that streamlines
user account creation, authentication,
authorization, and maintenance. The
primary objective is to establish a
centralized platform that empowers
administrators to manage user access
rights, monitor user activities.
TABLES(mysql)
SOURCE CODE
MENU DESCRIPTION

-------> This window helps us to login in


our accounts by just using admin name
and password and is the first window that
opens when we run the code.

-------> This is the window that gets


opened when the persons gets loged
in and is also the main window of
our code containing all the buttons
respectively.

BUTTONS

1) Connect to the database – This button help the user to connect to the server and
creates a new database called ‘usermanagementsystem’ in their systems and a table
with name ‘user1’.
2) Add user - This button helps the user to add another user’s information by entering
the information in the field provided.
3) Delete user – This button helps us to delete the user by just clicking on the user under
treeview and click on the delete button.
4) Search user – This button helps us in searching a user with any of the fields provided
there and if the 2 or more conditions have the same entered values in the fields then it
will show all the records which satisfy that condition.
5) Show all user – This button helps us to display the list of all the users in our table.
6) Exit – This button completely closes the program.
Output
1)
After clicking on the
login button and entering
the information required
correctly the user gets
loged in to their
accounts.

2)
When we click on the
connect to the database
button then it ask for some
information and after
entering that correctly and
clicking on connect button
a new databse
‘usermanagementsystem’
And a new table ‘user1’ is
created in their systems.
3)
When we click on the
add user button then a
window pops up and
asks for certain
information about the
user you want to add in
the table and after
entering all the things
and they too correct
then a user gets add up
in the table user1 after clicking on the add user button at the
bottom of the new window.

We can see here that the user got added in our table.

4) When we click on the button show all users then the


information of all the users in the table user1 gets
displayed under the treeview and we can see them .
5)
When we click on the
search user button then
a window pops up and
asks some information.
Here in this we can
search with any number
of fields , it can be one
or many . when we enter
the information and click on the search user button then
the records satisfying the entries gets displayed under the
tree view.

As here we can see on adding userID as 1 and username


as Siddharth boths the records gets displayed because of
the matching conditions respectively.

6)
By selecting the user from
the treeview by just
clicking on it that users
information gets selected
and when we click on the
delete user button that
users Info. Gets deleted
from the table user1.
We can see that the user got deleted from the table and
the remaining users are left.

7) and finally when we click on the exit button then a


message pops up . if we click on ‘no’ then nothing
happens but if we click on ‘yes’ then the program gets
closed.
BIBLIOGRAPHY

1. Chat GPT
2. Documents shared by subject
teacher.

You might also like