Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 5

BACKEND – MS- Access

Microsoft Access 2000 offers many new and improved features to help you

create powerful database applications.

 New objects, properties, methods, and other language elements.

 Accessing the Interest or an intranet from your application.

 Customizing menus and toolbars in your application.

 Removing source code from your application.

 Replicating only a specified part of a database.

 Working with version 7.0 of the Microsoft Jet database engine.

 Using new feature in the Module window.

 Using the Object Browser as a reference for objects and their


members.

 Using DAO to access ODBC databases without loading the


Microsoft Jet

 database engine.

 Creating a tabbed dialog box or multiple – page form with the tab
control.

 Setting references programmatically.

 Using the enhanced Debug window.

 Improving compilation performance

5. OUTPUT ANALYSIS
5.1 Table Design

TRAFFIC OPEN SPACE ENTRY

Name Type

Op_type Varchar2 (30)


Loc_size Numeric (10)
Charge Numeric (9,3)
Flag Numeric

TRAFFIC BUILDING ENTRY

Name Type

B_no Varchar (7)


B_type Varchar2(25)
R_no Numeric (4)
charge Numeric (9,3)
Flag Numeric

CIVIL BUILDING ENTRY

Name Type

B_no Varchar (7)


B_type Varchar 2(25)
R_no Numeric (4)
Charge Numeric (9,3)
Flag Numeric

EMPLOYEE ENTRY
Name Type
E_id Varchar 2(7)
E_na Varchar 2(15)
E_addr Varchar 2(100)
E_ph Numeric (15)
Sex Varchar 2(6)
M_st Varchar 2(10)
Quali Varchar 2(7)
Desig Varchar 2(10)
Dtp Date time

VEHICLE ENTRY

Name Type
Veh_id Varchar2 (7)
Veh_ty Varchar 2(7)
Veh_rg Varchar 2(9)

FIRM ENTRY

Name Type
F_no Varchar 2(7)
F_na Varchar 2(15)
F_addr Varchar 2(100)
F_ph Numeric (15)
Mail_id Varchar 2(20)
Dat Date time
Purpose Varchar 2(20)
tim Date time

TRAFFIC OPEN SPACE ALLOCATION

Name Type
Fi_no Varchar 2(5)
Fi_name Varchar 2(17)
Fi_addr Varchar 2(100)
Os_ty Varchar 2(30)

Loc_siz Numeric (10)


Charge Numeric (9,3)
Deposit Numeric (10)
Dat Date time
Tim Date time

TRAFFIC BUILDING ALLOCATION

Name Type

Fi_no Varchar 2(5)

Fi_name Varchar 2(17)

Fi_addr Varchar 2(100)

B_ty Varchar 2(30)

B_no Varchar 2 (7)

R_no Varchar 2(5)

Charge Numeric (10)

Deposit Numeric (10)

Dat Date time

Tim Date time

CIVIL BUILDING ALLOCATION

Name Type
Fi_no Varchar 2(5)

Fi_name Varchar 2(17)

Fi_addr Varchar 2(100)

B_ty Varchar 2(30)

B_no Varchar 2 (7)

R_no Varchar 2(5)

Charge Numeric (10)

Deposit Numeric (10)

Dat Date time

Tim Date time

VEHICLE ALLOCATION

Name Type

Fi_no Varchar 2(5)

Email Varchar 2(20)

Em_na Varchar 2(15)

V_ty Varchar 2(30)

V_id Varchar 2 (7)

Veh_reg Varchar 2(9)

Charge Numeric (10)

You might also like