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

    Help ... ODBC Error ... ODBC Cursor Library not capable...

    hi

    I am saving images into oracle database using rdoResultset and append chunk methods.
    While updating the resultset i am getting the following error,

    Run-time error : 40002
    S1C00 : [Microsoft] [ODBC Cursor Library]
    Cursor Library not capable.

    i coundn't solve the problem ... please any one had some ideas pass on to me.



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

    Re: Help ... ODBC Error ... ODBC Cursor Library not capable...

    don't know much about Oracle, but in ADO you can disable the use of the Cursor Library at all. This can be done via the ADO object model (CursorLocation property of the Connection object) or the data environment property panels.
    I assume this can also be done in RDO, if you don't want to upgrade to ADO (yet).


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