I have an ole db provider that i call this way
select filename from mpaole...[this is my input]
however, if my input exceeds 128 characters, I'm given the error 103 that the maximum length is 128 characters.
I know this deal's with quotes, and setting QUOTED_IDENTIFIER OFF, however, there aren't any quotes to deal with so this solution doesn't work.
Anyone know what to do?
select filename from mpaole...[this is my input]
however, if my input exceeds 128 characters, I'm given the error 103 that the maximum length is 128 characters.
I know this deal's with quotes, and setting QUOTED_IDENTIFIER OFF, however, there aren't any quotes to deal with so this solution doesn't work.
Anyone know what to do?