dsylebee
11-30-2009, 04:58 PM
Hi everyone I have a litle problem with something I need a function that returns a fixed string, this way my returned string containts the escape string for MS Access.
here is my example :)
string City = "Rue D'Abervmovich";
I need to be able to have a function which returns a string and ads a ' when there is a '
so my function would return
Rue D''Abervmovich
I have
City = FixDbsyntax(City);
:)
here is my example :)
string City = "Rue D'Abervmovich";
I need to be able to have a function which returns a string and ads a ' when there is a '
so my function would return
Rue D''Abervmovich
I have
City = FixDbsyntax(City);
:)