1connected
2Creating test table pos_update_test
3Opening a cursor for update, and fetching 10 rows
4exec cursor_type=1
51	1
62	2
73	3
84	4
95	5
10
11Updating result set
12
13Re-fetching the rows in the result set
14NULL	NULL
15105	5
164	4
17
18Querying the table again
19Result set:
201	1
212	2
223	3
234	4
24105	5
257	7
268	8
279	9
2810	10
29
30Opening a cursor for update, and fetching 5000 rows
31disconnecting
32