Results 1 to 4 of 4

Thread: Runtime Error

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 1999
    Location
    Duluth
    Posts
    16

    Post

    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

  2. #2
    Hyperactive Member compuGEEK's Avatar
    Join Date
    May 1999
    Location
    Mpls,MN,USA
    Posts
    281

    Post

    Hi,

    What are your cursor and lock types? Try setting the following:

    CursorType = adOpenKeyset
    rstBlah.LockType = adLockOptimistic


    ------------------
    CompuGEEK


  3. #3
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    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.

  4. #4

    Thread Starter
    Junior Member
    Join Date
    May 1999
    Location
    Duluth
    Posts
    16

    Post

    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
  •  



Click Here to Expand Forum to Full Width