answersLogoWhite

0

What is the role of cursor in vb?

User Avatar

Anonymous

14y ago
Updated: 8/18/2019

cursor is show the record which is saved in database of ADO(activex data object).it is four type.

dbopenkeyset:-for open the dynaset-type recordset object which is like an odbc keyset cursor.

dbopendynamic:-or open dynmic-type record-set object,which lets the application see the changes made by other user.

dbopenstatic:-open a static type recordset object.

dbopenforwardonly:- fo open forward only type recordset object,where you can only use move next to move.

User Avatar

Wiki User

14y ago

What else can I help you with?