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

    Query too complex - ADO : URGENT !!!

    Hi everybody,

    I use ADO for all my database access through VB. Recently while making a database entry form I had a table with 50 fields. While adding new record everything works fine, but when I modify an existing record I get an error "Query too complex". By trial and error I found that if I modify upto 39 fields the update was proper but any higher and I get this error message. Can anybody tell me a way out.

    Please treat this as URGENT, my project is held up for this.
    Thanks
    Girish Chandra


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

    Re: Query too complex - ADO : URGENT !!!

    msdn article Q192716 describes the problem and a few workarounds.
    the only one that is a true workaround IMHO is: use DAO instead of ADO.


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