Question
jdbc + cfoutput + group
I found that cfoutput supports a java.sql.ResultSet object
for its query attribute. It is not documented here, but it is a
very useful feature as it can help streaming very long queries to
the output stream.
However, I'd like to know how will it behave when combined with the group attribute, as I am having some memory problems related with that, specifically if cfoutput will populate a Query object from the jdbc ResultSet or will use it plain when combined with the group attribute.
Has anyone else tried jdbc ResultSet with cfoutput, either using the group attribute or not ?
Thanks in advance.
However, I'd like to know how will it behave when combined with the group attribute, as I am having some memory problems related with that, specifically if cfoutput will populate a Query object from the jdbc ResultSet or will use it plain when combined with the group attribute.
Has anyone else tried jdbc ResultSet with cfoutput, either using the group attribute or not ?
Thanks in advance.