Connecting Tech Pros Worldwide Help | Site Map

Asyncronously accesss data using JDBC from DB2 database

Newbie
 
Join Date: Nov 2008
Posts: 1
#1: Dec 31 '08
Is there any way we can asynchronously fetch data from DB2 database. In the sense if I have a query which fetches 10 M records from the database the user should not be waiting for all the records to be fetched and then show it to the user. As the query starts fetching data the user should be able to see data and then the query goes on running in the background and fetch results
Reply