I have a function that queries a database and needs to return the results - 14 fields from a table.
The question is, what is the best method to use in returning the data?
A structure? and if so, what does the return type on the function look like?