I m using jdbc code to retrieve records in db2 and using type 4 driver db2jcc.jar.
Does it supports setting for fetch size on statement or prepared statement or not?
Because i have 1 million records in my database,if the result set loads all at one shot then my java program will through out of memory exception.
thanks in advance
santosh kumar veerlapati