Skip to content

0shivamh/Bus-Reservation-System-Project-in-Java

Repository files navigation

Bus-Reservation-System-Project-in-Java

This project "Bus Reservation System" was fullly develop in Java Programming and using Oracle Database

Developer: Shivam Hande and Rahul Paithane

Before Downloading You have Following things:

-The RAR file contain netbean project you can use Netbean ide there

Requirements:

-Oracle 10g Express Edition installed

Download Link :- Oracle 10g

-Database password should be cw202 and default username

-The Admin Username and password -Username: User -Password: admin

-Create datable:-- -create table booking (Ticket_id number(10) primary key,Cname varchar2(20),From_city varchar2(30),To_city varchar2(30),Bus_type varchar2(20),No_of_Seats number(10),Date_of_journey date,Amount number(20));