1connected
2Creating test table bulkoperations_test
3Opening a cursor for update, and fetching 10 rows
41	1
52	2
63	3
74	4
85	5
9
10Updating result set
11105	5
12Testing bulk fetch of original, updated, and inserted rows
13row no #2: 2 - 2
14updated row: 105 - 5
15inserted row: 1234 - 5678
16
17Querying the table again
18Result set:
191	1
202	2
213	3
224	4
23105	5
246	6
257	7
269	9
2710	10
281234	5678
29disconnecting
30