|
-
Jan 5th, 2000, 05:19 AM
#1
Thread Starter
Junior Member
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
-
Jan 5th, 2000, 05:46 AM
#2
Hyperactive Member
Hi,
What are your cursor and lock types? Try setting the following:
CursorType = adOpenKeyset
rstBlah.LockType = adLockOptimistic
------------------
CompuGEEK
-
Jan 6th, 2000, 01:08 AM
#3
Guru
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.
-
Jan 6th, 2000, 12:14 PM
#4
Thread Starter
Junior Member
Thanks Compu,
I will give it a shot and see what happens.
Ryan
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|