I don't have access at the moment to a computer that has the DCT on it, but as I recall, at somepoint you get out of a a 2D array of strings related to the columns and rows of the query you ran.
In any case, you can wire this array directly to a LV table indicator since a table is really just a fancy indicator for a 2D array of strings.
A multicolumn list box is equally easy to populate. In that case you simply create a property node for the indicator and pass the 2D array of strings to the "ItemNames" property.
Mike...