Types of cursor locks and explanation each of them ?
Answer Posted / mehul patel
acLockPesimistic - locks the row when it read it and hold
the lock still updates it.
adLockOptimistic - locks the row whenit updates it.
adLockOptimistic - locks the row at the time it updates it.
adlockforwardonly - readonly.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is a natural join sql?
What is the difference between having and a where in sql?
Can a table have no primary key?
How do I view tables in mysql?
What are the two characteristics of a primary key?
Explain how to use transactions efficiently : transact sql
Why is sql important?
what is a composite primary key ? : Sql dba
How do you take the union of two tables in sql?
What is sqlexception in java?
how to dump a table to a file with 'mysqldump'? : Sql dba
What is the use of stored procedures?
How to use distinct and count in sql query? Explain
Define SQL and state the differences between SQL and other conventional programming Languages?
In what condition is it good to disable a trigger?