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

Thread: ADO Error

  1. #1
    Join Date
    Nov 1999
    Location
    US NJ
    Posts
    113

    ADO Error

    Hi,
    I am receiving this error when I try to open recordset with ADO.

    Run-time error '-2147467259(80004005)':
    Method "Open" of object '_Recordset' failed.

    I hven't see this error before. I am able to open the database but not the recordset.

    I am using VB 6.0 and Windows 98 2nd edition.

    Thanks



  2. #2
    Join Date
    Apr 1999
    Location
    Rotterdam, Netherlands
    Posts
    278

    Re: ADO Error

    I've had that error during development... rebooting did solve the problem in my case.

    Crazy D :-)
    "One ring rules them all"

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