I don't recommend opening %ResultSet instances recursively.
It's more performatic if you open a single %SQL.Statement and reuse that.
This will also solve you quite some bytes being allocated for the process as the depth keeps growing.
- Log in to post comments