Anda di halaman 1dari 11

Front end

This a user interface that the user sees and


which is responsible for interacting with the
user .The Front end basically includes
graphical user interfaces and the input
forms, through which users interact with
the system .
Visual basic is one of the commercial
application’s Front End.
It is a very powerful programming system
that helps one to develop sophisticated
graphical applications that can be run on
Microsoft windows environment. Visual
programming style involves a lot of
illustration rather than writing numerous
lines of code to describe appearance ,
functioning of the application’s interface .

Back end
The Back-end handles all database accesses
through one or more servers . A server is
special computer that is responsible for
serving the requests made to it . This is the
part of the program that does the real
processing work or gets it done from a
server . It is responsible for processing data
for user queries and requests . Oracle is one
of the most commercially used Back end.
Oracle9i has been designed to provide the
most complete and low cost solution for any
business information management
requirement ,
Submitted By:-Tarun Khandelwal
RollNo:-1206684
Submitted By:-Tarun Khandelwal
RollNo:-1206684

Trigger Created To Generate Account


Number Automatically

Create or replace trigger accno before


insert on user_tarun_details
For each row
Declare
X number;
Begin
Select max (account_no) into x from
user_tarun_details;
If x is null
Then
X:=0;
End if;
:new.account_no=x+1;
End;

Tables Used In The Project

Create table user_tarun_details(Name


Varchar(20) ,
Address Varchar2(40) ,
DOB Date ,
Tele Number ,
Pan_No Varchar2(10) ,
Voter_No Varchar2(10) ,
Telebill_No Varchar2(10) ,
Id_No Varchar2(10) ,
Dr_No Varchar2(10) ,
Act_type Varchar2(10) ,
Account_No Number
Primary Key)

Create table user_log(Cnt Number,


Withdraw Number ,
Submit Number ,
Amt_date Date ,
Previous Number ,
Account_No Number
References
user_tarun_details(Account_
no)
On Delete Cascade)

Acknowledgement

It is only with a profound sense of


gratitude and indebtedness.
I would like to express my sincere thanks
to all the staff and teachers who made this
work possible .I am fully conscious of the
fact that these words cannot fully express
my inner most feeling yet in the absence
of any other medium .I have to take
recourse to the word alone .It is their
regular help and co-operation , which
made possible to prepare this study report
work on the project. Their understanding
and guidance assume added importance ;
particularly in view of the fact that the
A.P.S faculty Mrs Gurpreet Modi who help
us for completing the same in time

Lastly ,I must place on record my


sincere thanks for the unstined co-
operation and guidance of Mr B.S Dhir,
principal ,ALWAR PUBLIC SCHOOL ,Alwar
who has given shape to the project report

Name:-Tarun Khandelwal
RollNo:-1206684

Certificate
This is to certify that Tarun Khandelwal
rollno1206684 studying in class X|| ALWAR
PUBLIC SCHOOL ,has completed his
computer project and has given a
satisfactory account of it in this record file.

Name:-Tarun Khandelwal
RollNo:-1206684
Acknowledgement
It is only with a profound sense of
gratitude and indebtedness.
I would like to express my sincere thanks
to all the staff and teachers who made this
work possible .I am fully conscious of the
fact that these words cannot fully express
my inner most feeling yet in the absence
of any other medium .I have to take
recourse to the word alone .It is their
regular help and co-operation , which
made possible to prepare this study report
work on the project. Their understanding
and guidance assume added importance ;
particularly in view of the fact that the
A.P.S faculty Mrs Gurpreet Modi who help
us for completing the same in time

Lastly ,I must place on record my


sincere thanks for the unstined co-
operation and guidance of Mr B.S Dhir,
principal ,ALWAR PUBLIC SCHOOL ,Alwar
who has given shape to the project report
Name:-Vikas Singh Negi
RollNo:-1206685

Anda mungkin juga menyukai