L
Louis
Hi
I am executing a statement in vba to insert a record into a MySQL database.
MySQL sees ' and " as special characters. So i have included a function to
check for these and include an appropriate \ to escape them.
Then it occurred to me that because these characters are in a string - vba
might also recognise them as functional and not textual - so i need to
escape them in vba too. How can i escape them in both? Does vba use the \ as
its escape?
Thanks
Lou
I am executing a statement in vba to insert a record into a MySQL database.
MySQL sees ' and " as special characters. So i have included a function to
check for these and include an appropriate \ to escape them.
Then it occurred to me that because these characters are in a string - vba
might also recognise them as functional and not textual - so i need to
escape them in vba too. How can i escape them in both? Does vba use the \ as
its escape?
Thanks
Lou