What are different types of cursors in ADODB?

Answer Posted / pranita

there are four cursors in ADODB
1.Forward only-allows to move forward only through a
recordset.
2.keyset-allows to move forward and backward through
recordset.reflects modifications and deletions done by
other users.
3.dynamic-allows to move through a recordset.reflects all
changes made by another user.
4.static-allows to move forward and backward through a
recordset.does not reflect any changes made by the other
users.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of Imagelist Controls ?

1463


What is a toolbox in visual basic?

517


What are the scope of the class?

1549


how a multiple routing works ?

2306


What is Parser Bug?

1880






Explain the "cursortype" and "Locktype" in VB?

3801


What is "NULL"?

1027


What is "Reserved Error -1209"?

1341


How do I mimic a toggle button?

1018


What is ado in vb.net?

515


Can any one please suggest which institute is providing Advance Excel & VBA Macros in Excel training in Hyderabad.

1745


How the image application?

590


What is the use of OLE?

2035


VB ActiveX: Create a "drivelist"(D1) box, a "folderlistbox"(FLD1) that changes whenever D1 is changed , and a "FilelistBox"(FIL1) that is populated with the file lists under the selected directory in (D1).The file selected is stored in a variable "filename" along with the path. Question: How to use this activeX control in VC++ to get the selected filename?

1529


Which language is used in visual basic?

496