I am doing some studies for the developer exam and found something a bit puzzeling. I found a note that said that results of select statements are returned in a table buffert and as an array. That it is returned to a varaible buffer is nothing strange but I have found nothing in the msdn library explaining what is ment with the array. A normal data type array can not contain object but if they are referring to the collection class then the List class should have been mentioned as well. Can somebody explain this?

