Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Name the four different cursor and locking types in ADO ?



Name the four different cursor and locking types in ADO ?..

Answer / guest

CURSORS::
*********
The cursor types are listed from least to most resource
intensive.
Forward Only - Fastest, can only move forward in recordset
Static - Can move to any record in the recordset. Data is
static and never changes.
KeySet - Changes are detectable, records that are deleted
by other users are unavailable, and records created by
other users are not detected
Dynamic - All changes are visible.

LOCKING TYPES::
****************
LockPessimistic - Locks the row once after any edits occur.
LockOptimistic - Locks the row only when Update is called.
LockBatchOptimistic - Allows Batch Updates.
LockReadOnly - Read only. Cannot alter the data.

Is This Answer Correct ?    11 Yes 0 No

Post New Answer

More Visual Basic Interview Questions

Data Control missing from toolbox when I use VB under NT3.5. Why?

0 Answers  


what are the Types of Resultsets?

0 Answers  


What do you mean by ADO?

1 Answers  


How can you filter out specific type of file using file system controls?

0 Answers  


What is the difference between a Dynaset and Snapshot and how would you create one?

2 Answers  


Is the Access Engine and Visual Basic Pro good enough for database work?

0 Answers  


what is the Difference between listbox and combo box?

5 Answers   TCS,


How would you create properties by using class Builder Wizard?

0 Answers  


How would you access objects created in ActiveX Exe and ActiveX D1T ?

0 Answers  


How to register a component?

1 Answers  


To.set the command button for ESC ___ Property has to be changed.

0 Answers  


How would you navigate between one document to another document in Internet Explorer ?

0 Answers  


Categories