I have managed to pull my data from the database and return it as XML. However, if the data is a single record, it will not populate the ArrayCollection variable.. it returns on the Object. (Which I'm sure most of you know.)
So what is the simplest way to display the record in a datagrid (or for that matter onto a form) if there is only that one record?
Seems it should not be too difficult. After all, it's only one record.