Yes, you are right Keith.
Each Drawing object has its own version number (May be more than one). I am querying the database and for each Drawing object, am putting its associated versions into an array. (This is the drwgVerNo array).
I think its better to rename the Drawing class as QueryResultDrawing.
Do longer arrays come before shorter ones? Or do you want to sort by version number somehow?
Garrett,
Longer arrays come before shorter ones. If they are of the same size, then they need to be sorted by the version number.
Please indicate how to proceed with the above.
Thanks for the prompt responses.