Results 1 to 2 of 2

Thread: Getting error : IErrorInfo.GetDescription failed with E_FAIL(0x80004005)

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2014
    Posts
    326

    Getting error : IErrorInfo.GetDescription failed with E_FAIL(0x80004005)

    When I tried to show multiple table data in a single datagridview, I am getting the below error:

    IErrorInfo.GetDescription failed with E_FAIL(0x80004005)

    Below is the code:

    Code:
    "Select SalesTable.CustNo, SalesTable.InvNo, SalesTable.CustName, SalesTable.TotalAmt, ReceiptsTable.AmountReceived From SalesTable Full Outer Join ReceiptsTable on SalesTable.CustNo = ReceiptsTable.CustNo"
    Please support.
    Last edited by VS2013; Jul 25th, 2022 at 03:01 PM.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,297

    Re: Getting error : IErrorInfo.GetDescription failed with E_FAIL(0x80004005)

    Does that query work as expected when you execute it in the appropriate management application for your database? What database is it? Where exactly in your .NET code does the exception get thrown? What exactly is the relationship between the tables?

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