Click to See Complete Forum and Search --> : Runtime Error
rringsred
Jan 5th, 2000, 04:19 AM
Sometimes I get the folowing runtime error message: 'The change was cancelled during notification, no columns are changed'. This runtime error occurs during an updating of a recordset. Thanks in advance.
ryan
compuGEEK
Jan 5th, 2000, 04:46 AM
Hi,
What are your cursor and lock types? Try setting the following:
CursorType = adOpenKeyset
rstBlah.LockType = adLockOptimistic
------------------
CompuGEEK
Clunietp
Jan 6th, 2000, 12:08 AM
I have gotten that error when I have tried to manipulate the primary key field when bound to an ADO data control, but I have been able to update the other fields with no problem.
rringsred
Jan 6th, 2000, 11:14 AM
Thanks Compu,
I will give it a shot and see what happens.
Ryan
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.