|
-
July 24th, 2000, 03:08 AM
#1
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
-
November 28th, 2000, 01:43 PM
#2
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
-
December 19th, 2000, 07:01 AM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|