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
How can you force new objects to be created on new threads?
which method used to move a recordset pointer in nth position in DAG?
How do I set the Windows wallpaper at runtime?
How to customize workgroup message?
How would you run your ActiveX Document Dll?
What is meant by Establish Connection in RDO?
To validate a range of values for a property whenever the property values changes,which type of property procedure you use?
How do I play MID, WAV or other multimedia files?
How many types of API functions are available in VB?
How do I get the number of free bytes on a disk?
___,___ and __ are difference between image and picture controls.
What is ODBC Direct and Microsoft Jet Database Engine ?
which property of menu cannot be set at run time.
How to use hyperlink?
Explain about the creation of EXE files with Visual Basic?