I'm just posting these so I never have to go looking for this information again.
Cursor Types
- adOpenUnspecified = -1
- adOpenForwardOnly = 0
- adOpenKeyset = 1
- adOpenDynamic = 2
- adOpenStatic = 3
Lock Types
- adLockUnspecified = -1
- adLockReadOnly = 1
- adLockPessimistic = 2
- adLockOptimistic = 3
- adLockBatchOptimistic = 4