Cfoutput and cfloop don't change the query, they just create local variables with the column names (plus query.currentrow). When you refer to query.column, you're refering back to the origonal query. If you aren't using currentrow or the local variables you might as well not have a query loop at all.

Blair

On 5/22/06, Barry Beattie <[EMAIL PROTECTED]> wrote:

>>  works because you actually have a java object of type jdbc.recordset

are you *sure* it's a recordset, not a hashtable?


Reply via email to