A
amit528
hi,
I'm designing an online airline booking system for my A-level final
project. I have several tables such as Passenger, Reservation, Flight
Details, Aircrafts, SeatQuota,,etc...
The SeatQuota table holds the total number of seats the travel agency
has been allocated on each flight by the airline. I want to make it so
that each time a reservation is made on a flight, the toal quota on the
SeatQuota table goes down by one. In other words i just want to limit
the number of reservations that can be made on each flight according to
their quota.
Can anyone please help me.
Thanks
Singh
I'm designing an online airline booking system for my A-level final
project. I have several tables such as Passenger, Reservation, Flight
Details, Aircrafts, SeatQuota,,etc...
The SeatQuota table holds the total number of seats the travel agency
has been allocated on each flight by the airline. I want to make it so
that each time a reservation is made on a flight, the toal quota on the
SeatQuota table goes down by one. In other words i just want to limit
the number of reservations that can be made on each flight according to
their quota.
Can anyone please help me.
Thanks
Singh