T
Tom Codamo
When building a SQL string to be used with an execute
command that is using the INSERT INTO statement and a
list of items in the VALUES part of the statement, commas
are item separators and single quotes enclose the
character/string items. However, some of my
character/string items are employee names that include a
single quote/apostrophe, e.g., D'Arrigo. This apostrophe
is of course interpreted as a character/string item
enclosure and a syntax error results. Is there an
alternate syntax that will accept an apostrophe within a
character/string item in the VALUES list?
command that is using the INSERT INTO statement and a
list of items in the VALUES part of the statement, commas
are item separators and single quotes enclose the
character/string items. However, some of my
character/string items are employee names that include a
single quote/apostrophe, e.g., D'Arrigo. This apostrophe
is of course interpreted as a character/string item
enclosure and a syntax error results. Is there an
alternate syntax that will accept an apostrophe within a
character/string item in the VALUES list?