30 lines
372 B
Plaintext
30 lines
372 B
Plaintext
connected
|
|
Creating test table bulkoperations_test
|
|
Opening a cursor for update, and fetching 10 rows
|
|
1 1
|
|
2 2
|
|
3 3
|
|
4 4
|
|
5 5
|
|
|
|
Updating result set
|
|
105 5
|
|
Testing bulk fetch of original, updated, and inserted rows
|
|
row no #2: 2 - 2
|
|
updated row: 105 - 5
|
|
inserted row: 1234 - 5678
|
|
|
|
Querying the table again
|
|
Result set:
|
|
1 1
|
|
2 2
|
|
3 3
|
|
4 4
|
|
105 5
|
|
6 6
|
|
7 7
|
|
9 9
|
|
10 10
|
|
1234 5678
|
|
disconnecting
|