The string that I am passing into a function to build a sql statement is "b's"
How can I search the string and find the single tick(s) and then once I find the single tick I can add another single tick to it so the sql statement will not error out when querying an access database?
Thanks in advance!
How can I search the string and find the single tick(s) and then once I find the single tick I can add another single tick to it so the sql statement will not error out when querying an access database?
Thanks in advance!