G
Guest
I am creating an application for booking events. Each event has several dates
and each date has a fixed amount of available seats.
Currently in the events table I have a field for the number of available
seats and a field for the string of dates that are later parsed into a
listbox control.
The problem with my current setup is each date is sharing the same number of
available seats so if date Event A is decemented 10 so will Event B.
I need some way to associate each date with it's own number of available
seats. What is the best way to do this? An array? If so how do I store an
array in the DB?
Thanks, Justin.
and each date has a fixed amount of available seats.
Currently in the events table I have a field for the number of available
seats and a field for the string of dates that are later parsed into a
listbox control.
The problem with my current setup is each date is sharing the same number of
available seats so if date Event A is decemented 10 so will Event B.
I need some way to associate each date with it's own number of available
seats. What is the best way to do this? An array? If so how do I store an
array in the DB?
Thanks, Justin.