You are on page 1of 26

Sport’s Management

Match Detail

1
Sport’s Management

Player Salary

Team Expenses

2
Sport’s Management

SYSTEM FLOW CHART {S.F.C.}

KEYBOARD

MASTER 1. Match Detail EXIT

1. Player Profile
2. Player Record
3. Player Salary
4. Ground Info

PROCESS

DATABASE

REPORT

3
Sport’s Management

ENTITY RELATIONSHIP DIAGRAM

Name
Airline Code
Date of join
Role
Airline Name Date of birth

Run
Player Profile
Match Wicket

Player Record

Gr-Name Croud

Ground Info

Mode of payment
Match outfiled
Expenses Name Chaque nUm

Team Expenses
start time
Agensi team
End time

A
Match Details

Result
4
Sport’s
MOde ofManagement
Chaque noi remark
A papayeme
Player Name

Player Salary

GO

TO

Spare

Parts

Sporst Management Database

5
Sport’s Management

SOURCE CODING

Welcome Form

Private Sub Image1_Click()

Me.Hide

Form15.Show

End Sub

6
Sport’s Management

Player Profile

Private Sub Command1_Click()

Adodc1.Recordset.AddNew

Text1.Text = ""

Text2.Text = ""

Text3.Text = ""

Text4.Text = ""

Text5.Text = ""

End Sub

Private Sub Command10_Click()

Form12.Show

Me.Hide

End Sub

Private Sub Command2_Click()

Adodc1.Recordset.Update

MsgBox ("saved")

End Sub

7
Sport’s Management

Private Sub Command3_Click()

Adodc1.Recordset.Update

MsgBox ("changed")

End Sub

Private Sub Command4_Click()

Dim intresponse As Integer

intresponse = MsgBox("Are u sure delete data?", vbYesNo + vbQuestion,


"Delete")

If intresponse = vbYes Then

MsgBox "you have clicked on yes"

Adodc1.Recordset.Delete

Adodc1.Recordset.MoveFirst

Else

MsgBox "you have clicked on no"

End If

End Sub

8
Sport’s Management

Palyer Record

Private Sub Command1_Click()

Adodc1.Recordset.AddNew

Text1.Text = ""

Text2.Text = ""

Text3.Text = ""

Text5.Text = ""

Text6.Text = ""

End Sub

Private Sub Command2_Click()

Adodc1.Recordset.Update

MsgBox ("saved")

End Sub

Private Sub Command3_Click()

Dim intresponse As Integer

intresponse = MsgBox("Are u sure delete data?", vbYesNo + vbQuestion,


"Delete")

If intresponse = vbYes Then

MsgBox "you have clicked on yes"

Adodc1.Recordset.Delete

9
Sport’s Management

Adodc1.Recordset.MoveFirst

Else

MsgBox "you have clicked on no"

End If

End Sub

Private Sub Command4_Click()

Adodc1.Recordset.Update

MsgBox ("changed")

End Sub

10
Sport’s Management

Team Expenses From

Private Sub Command1_Click()

Adodc1.Recordset.AddNew

Text1.Text = ""

Text2.Text = ""

Text3.Text = ""

Text4.Text = ""

Text5.Text = ""

End Sub

Private Sub Command2_Click()

Adodc1.Recordset.Update

MsgBox ("saved")

End Sub

Private Sub Command3_Click()

Dim intresponse As Integer

intresponse = MsgBox("Are u sure delete data?", vbYesNo + vbQuestion,


"Delete")

If intresponse = vbYes Then

MsgBox "you have clicked on yes"

11
Sport’s Management

Adodc1.Recordset.Delete

Adodc1.Recordset.MoveFirst

Else

MsgBox "you have clicked on no"

End If

End Sub

Private Sub Command4_Click()

Adodc1.Recordset.Update

MsgBox ("changed")

End Sub

12
Sport’s Management

Player Record From

Private Sub cmdNEW_Click()

Adodc1.Recordset.AddNew

Text1.Text = ""

Text2.Text = ""

Text3.Text = ""

Text4.Text = ""

Text5.Text = ""

Text6.Text = ""

Text7.Text = ""

End Sub

Private Sub Command2_Click()

Adodc1.Recordset.Update

MsgBox ("saved")

End Sub

13
Sport’s Management

Private Sub Command3_Click()

Dim intresponse As Integer

intresponse = MsgBox("Are u sure delete data?", vbYesNo + vbQuestion,


"Delete")

If intresponse = vbYes Then

MsgBox "you have clicked on yes"

Adodc1.Recordset.Delete

Adodc1.Recordset.MoveFirst

Else

MsgBox "you have clicked on no"

End If

End Sub

Private Sub Command4_Click()

Adodc1.Recordset.Update

MsgBox ("changed")

End Sub

14
Sport’s Management

Ground Information From

Private Sub Command1_Click()

Adodc1.Recordset.AddNew

Text1.Text = ""

Text2.Text = ""

Text3.Text = ""

Text4.Text = ""

Text5.Text = ""

Text6.Text = ""

Text7.Text = ""

End Sub

Private Sub Command2_Click()

Adodc1.Recordset.Update

MsgBox ("saved")

End Sub

Private Sub Command3_Click()

Dim intresponse As Integer

intresponse = MsgBox("Are u sure delete data?", vbYesNo + vbQuestion,


"Delete")

15
Sport’s Management

If intresponse = vbYes Then

MsgBox "you have clicked on yes"

Adodc1.Recordset.Delete

Adodc1.Recordset.MoveFirst

Else

MsgBox "you have clicked on no"

End If

End Sub

Private Sub Command4_Click()

Adodc1.Recordset.Update

MsgBox ("changed")

End Sub

16
Sport’s Management

17
Sport’s Management

18
Sport’s Management

VALIDATION CHECK

Validation is used to check whether the information entered


y the user is correct or no.
Validation is very useful because with the use of validation
we can stop the user from entering invalid data.
If any user makes wrong entry, we let him know that the
entered value or data is incorrect worth the massage box.
I have made my project in visual basic, which is very
powerful in validation checks.
In this project. I have checked some validation such as
whether the entered value is numeric or character.

Whether the value of may text box is greater or less than


the value of other text box.

19
Sport’s Management

20
Sport’s Management

IMPEMENTATION

The system implementation involves the conversion


of the design into the actual working system. The system
implementation stands for conversion and conversions are of
three types. :-

1. Conversion of manual system into computerized system.


2. Conversion of existing computerized system into modified
version of hardware.
3. Keeping the hardware interact and implementation the new
technique.

In this project the type of implementation used is


conversion of manual system into computerized system. This
project is going to implement the manual system into
computerized system. Which is very easy to handle and saves
time, which is very valuable in today’s world .

21
Sport’s Management

SYSTEM SECURITY MEASURE TAKEN


System security measure consists of three heads.
1. Password Utility
2. Database Security
3. Backup Facility

Password Utility
For opening any project there should be login from, which
consist user name and password. When user enter right password then
only he can login further , otherwise not, in case of entering wrong
password by user, give the user two or three more
chances to enter right password.

Database Security
Database has the high level security. If the database or
backend is oracle, then the oracle has its own security i.e. it has user
name and password before entering into the oracle. But in case of access
it has operating system level security. It means that the database is
secure through the operating system.

Backup Facility
Every database has the backup facility that means if same
data is corrupted, then you can take the quick backup from the database
to retrieve the correct data. Thus there are a less changes of loosing data.

22
Sport’s Management

23
Sport’s Management

FUTURE SCOPE OF THE PROJECT

Though the project made by considering the user need.


There are some limitations of the project, which can be modified in the
future some of the future modification & scope the scope of the project
in future are given as under.

1) In future this program can be modified to incorporate the Interne

feature in it by doing this we can access customer membership

information.

2) With other network based software will give good result.

3) The connectivity with the database will allow your record, data &

information about the customer.

4) It is very flexible with the changing trends in the world.

24
Sport’s Management

25
Sport’s Management

BIBLIOGRAPHY

The completion of the project student brochure, we have


taken references from variety of books related to Visual Basic which
helped us a lot for successful completion of this project. The books
referred are as follows.

1) Visual Basic in 21 days.

- SAMS series
2) MS-access 97

- SAMS series

3) Visual Basic 6.0 the complete Guide.

- By IGI Press

4) Visual Basic 6.0 Programming Black Book.

- By Steven Holzner

5) Visual Basic Handbook SSI.

26

You might also like