CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Posts
    1

    Run time error 40088

    With using Vb 6 Msql 7.0 ,we use Begin Transaction and Commit/Rollback Transaction method to update or rollback the data. The problem that we are facing is after every commit or rollback if we click on the next record it display error Runtime Error 40088 No Open Cursor or Cursor Closed. How can this problem be solved.


  2. #2
    Join Date
    Jun 1999
    Posts
    42

    Re: Run time error 40088

    Check in the SQL properties under the connection TAB if you have enabled the option Close Cursor on Commit, if you do uncheck it, may be this is the problem

    Regards
    RSV


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

Featured