Query string length limit in vba?
Posted
by datatoo
on Stack Overflow
See other posts from Stack Overflow
or by datatoo
Published on 2010-03-30T14:25:25Z
Indexed on
2010/03/30
14:33 UTC
Read the original article
Hit count: 427
I am trying to combine multiple audit tables, and then filter the results into an excel sheet. The Union All and parameters make the query in excess of 1200 characters. It appears the string is truncated when running this. What recommendations can anyone make. I have no control over the database structure and am only reading foxpro free tables.
I am permitted table creation but can write into the excel sheet connecting to the datasource
Thanks for suggestions
© Stack Overflow or respective owner