while trying to test the esql:get-object I have run just this:
<esql:execute-query>
        <esql:query>
                SELECT * from kontrah</esql:query>
                <esql:results>
                        <esql:row-results><a></a></esql:row-results>
                </esql:results>
</esql:execute-query>

The execution time does not differ much from first case even though I do not do any esql-getXXX.

Not weird at all! You are still looping through the ResultSet (row-results) -- Torsten



Reply via email to