CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Guest

    why When I use ADO's cn.BeginTrans,error: can't begintrans with firehose?

    my email: [email protected]


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: why When I use ADO's cn.BeginTrans,error: can't begintrans with firehose?

    if I understand the documentation correctly, a firehose cursor is a read-only cursor.
    Thus transactions don't make sense, do they?


  3. #3
    Guest

    Re: why When I use ADO's cn.BeginTrans,error: can't begintrans with firehose?

    but sometimes the error appear,sometimes it doesn't appear,why?
    on error goto dberr
    cn.BeginTrans 'Expression is right,but execute it is error
    ...
    cn.commitTrans


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