darkwraith
Programmer
I have an UPDATE statement in my application. I use the DoCmd.RunSQL method to execute it. Sometimes it happens that the string that contains the statement is longer than 255 charachers, so my command fails.
How can I overcome it?
I tried dividing the string into more substrings and concatenating them but it doesn't work all the same.
Thanks for any suggestion,
Elena
How can I overcome it?
I tried dividing the string into more substrings and concatenating them but it doesn't work all the same.
Thanks for any suggestion,
Elena