

InterviewSolution
Saved Bookmarks
1. |
Which of the following will display complete list of available cursor flags?(a) cursor.Option()(b) cursor.addOption()(c) cursor.addOptions()(d) all of the mentioned |
Answer» Right choice is (b) cursor.addOption() The explanation: You should either close the cursor manually or exhaust the cursor. |
|