Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Name the four different cursor and locking types in ADO and describe them briefly ?

0
Posted

Name the four different cursor and locking types in ADO and describe them briefly ?

0

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. Name the different compatibility types when creating a COM component.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123