When opening a recordset, I want to open it with CursorType = adOpenKeyset, LockType = adLockOptimistic. However, the setup here (for some reason, I don't know why, but if someone can tell me that too, that would be great) doesn't allow me to actually use this terminology. Instead, I am forced to use the numerical equivalents, and I just realised I may not be using the correct ones. Can someone give me a breakdown?
For example, is LockType = 3 the same as LockType = adLockOptimistic? Thanks!
For example, is LockType = 3 the same as LockType = adLockOptimistic? Thanks!