IT all depends on how you open your data.
If, for example you do:
Code:
rs.LockType = adLockReadOnly
Then, true, the data won't be updateable
But if you open a recordset like:
Code:
rs.Open sSQL, YourConnection, adOpenKeyset, adLockOptimistic
Then, as Captain Planet would say - "The Power is Yours"
I am a loud man with a very large hat. This means I am in charge