Answer Posted / shri vardhan gupta
Cursor Type: Cursor can be various types:
Adopendynamic: The resultset reflects changes ,addition and deletion. Resultset can be navigated anyway.
Adopenforwardonly:The resultset reflects changes ,addition and deletions.can be navigated in forward direction only.
Adopenkeyset:The resultset reflects modifcations to data but not records addded by other users.
Adopenstatic:returns the static set of records cannot be modified.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is visual basic easy?
What is the difference between change event in normal combobox and dbcombobox?
Which method is used to write context Into file?
What is the use of Visual Basic Document file?
Which method is preferred to save data like database to the disk?
To.set the command button for ESC ___ Property has to be changed.
Explain about ADO control?
how to use unicode data in vb6 regarding to telugu language, my output is in only telugu language
What is the use of Active Control Property?
How to use hyperlink?
To validate a range of values for a property whenever the property values changes,which type of property procedure you use?
How do you zoom in visual basic?
what are the Default cursor Type and LockEdit type in DAO?
How many File System Controls are there ? Explain.
What is hyperlink?