I noticed that if I insert any tag between closing </esql:query> and opening <esql:results> - nothing works. Is it a known situation and documented somewhere?
Example below doesn't work:
<esql:connection> <esql:pool>mypool</esql:pool> <esql:execute-query> <esql:query> select * from something </esql:query> <tmp> <esql:results> <esql:row-results> <record>some data here</record> </esql:row-results> </esql:results> </tmp> </esql:execute-query> </esql:connection>
If I remove <tmp></tmp> tags - it works!
Dmitry.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]