If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
My application that is fetching data from DB2 using CLI API.
The application is getting complete data from a table in bulks by using Default forward cursor in SQLFetchScroll(SQL_FETCH_NEXT).I am facing a problem that the data retrieval from DB2 using CLI is very slow i want to make it efficient .
Currently I am able to fetch 1GB data in 50 minute that is very slow.
what is the efficient way to get data from DB2 using CLI ?