CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2000
    Posts
    6

    ADO : Query Length

    Hi
    I have a long SQL query which is to be execute through ADO
    Is there any property of ADO which set the length of Query
    because if i trims my query it gives me the data ,and if i use my full query then it dose'nt give the data ,though the DATa is on the table
    Thanks And Regards
    Ajay




  2. #2
    Join Date
    Nov 2000
    Posts
    7

    Re: ADO : Query Length

    Maybe when you use your full query you are adding criteria that cannot be met. Have you tried running the query directly against whatever database that you are using? I know of no limit to size of queries using ADO


  3. #3
    Join Date
    Dec 1999
    Location
    Europe
    Posts
    27

    Re: ADO : Query Length

    Did you find the answer? I'm having the same problem. The query works against the db but not with ADO. It gets truncated at 255 chars.


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