Den 25. april 2008 14:36 skrev [email protected]: > I have created a query in inventTable and trying to loop through the > inventrans records in fetch method and find the items which are not > falling in the defined period. The retrived items are passed using > element.send(inventTable). It takes lot of time to print the data. > Can anybody suggest the proper way to do this.
Add InventTrans to the query and set the JoinMode to NoExistsJoin?

