Quote:
Originally posted by reinkesm So grab each user's info, create an instance of UserInfo with it, and put it in the Vector. When you loop through the Vector later, pull out each object and cast it as a UserInfo and access the attributes with the getter methods. This assumes you don't have a need to access just a specific user's info at any point. To do that you'd want a different data structure. [/B]
I have done exactly as you said but when I try and get the Employee(UserInfo) back out again, I cant get it into the correct format...for example