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

    Cursor Engine Error : Please help



    I'm working in a 3-tier web-based application on ASP-VB-SQL Server platform and getting the following error message from time to time:


    Microsoft Cursor Engine error 80040e21


    I went thru MSDN online help and changed the 'Named pipe' connection (to the SQL Server machine) to 'TCP/IP' as per their suggestion but of no help.


    The error doesn't occur consistently also, sometimes it disappears itself...!


    Any help will be appreciated.

  2. #2
    Join Date
    Mar 2000
    Location
    India, b'lore
    Posts
    42

    Re: Cursor Engine Error : Please help

    hi,

    There are several possiblities for this error.
    some of them I am listing here !!

    1.) When u r trying to update numeric field with string or ("") , in a recordset.
    2.) When u r trying to update date field with blank ("") , in a recordset.
    3.) If u r passing data size more than size of the field..

    I feel this can helpful for u.

    good luck !!
    venu



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