Saved Bookmarks
| 1. |
What Does Currentdata Option In Bind Indicate? |
|
Answer» CURRENTDATA option ensures block fetch while selecting rows from a table. In DB2V4 the default has been CHANGED to NO. Therefore it is NECESSARY to CHANGE all the bind cards with CURRENTDATA(YES) which is default in DB2V3 & earlier to CURRENTDATA(NO). CURRENTDATA option ensures block fetch while selecting rows from a table. In DB2V4 the default has been changed to NO. Therefore it is necessary to change all the bind cards with CURRENTDATA(YES) which is default in DB2V3 & earlier to CURRENTDATA(NO). |
|