Hello Patric,

�������, 8 ������� 2002 �., you wrote:

PB> What about overwriting the finalize method in the Collection you give
PB> back?
PB> Then you could close the resultset, Castor is happy and you have no
PB> resource leak. You could even use an unaltered Castor version for this,
PB> if you make sure you hold a reference to the query.

Why Castor do not close a resultset and query when I close database?

PB> I do not clearly understand you last question...

When i have OQLQuery q and two resultsets r1=q.execute() and r2=q.execute()
can i go through these resultsets independently for example:

o1=r1.nextElement()
o2=r2.nextElement()
o1=r1.nextElement()
o2=r2.nextElement()

-- 
Best regards,
 Max                            

http://belugin.newmail.ru
ICQ:9406811

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to