If it were me and I had to use classes, I would create on class that would represent each record in the database. Each class would contain the Category, Region, Position, Extra Info.
Then I would either have an array or a linked list full of that class and access it that way.
|