Fetch size issue

[CR #401659]

In Client-Library scrollable cursors and implicit cursors you must explicitly set the number of rows to fetch ( fetch size) before you open the cursor. The fetch size must be set to 1 or greater than 1 using ct_cursor(CS_CURSOR_ROWS). Failing to do so, can result in unpredictable results.