GroovyResutSet is not a map, it's a java.sql.ResultSet (well, extends
it anyway). If you want a map do this:
sql.eachRow('...') { println it.toRowResult().values() }
This way you can convert GroovyResultSet to GroovyRowResult which is a map.
Cheers,
Dinko
>
> Thanks,
>
> Dean Del Ponte
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email