2009/4/20 zoid <[email protected]> > > Two questions: > > In a Multiquery: > Is it possible to fill a parameter dynamically within one query and > read it in an other one, or multiple queries?
No. Or do i need to make two > calls to be able to use the Result as a filter for multiple following > queries? Yes. Would this be possible using native SQL? See specification of your RDBMS. > > > In in HQL: > Are there any limitations using 'in' with a list like 'from kitten > where kitten.id in (...)? What if 1000, 100.000, even more results? See specification of your RDBMS. -- Fabio Maulo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
