Forum Moderators: coopster
my idea was
1. create three field in the table and store the 3 values separetely.
- pretty easy by where have 3 field and store the 3 in different value into their field.
2. create one filed by then store the 3 values together. (not sure whether this work or not, just an idea )
- create only one field then store the value 12,3,2 (12 is the win, 3 is the lost, and 2 would be lost) in the the field.
the reason i comes up with the idea 2 is i don't want to waste up too much of space on the database and takes up the bandwidth. by where i know that in MSaccess at where the more field you have, the larger the database will be.(takes up more space then the records do) i not sure about mysql since i find the space used by mysql was pretty little. do u agreed with the idea 2? why and why not. (if yes would you show me the way of displaying the value separetely after retieved from database)