I have a fairly large DB application written in asp and VBA. It appears
that when I first create a record, I must use a "replace" filter to
double quote all apostrophes in the input fields. However, when I
update the recordset later in the program (which may include "new"
user-provided text with apostrophes), I do not need to use the filter.
In fact, the double quotes show up in the record.
Why?
that when I first create a record, I must use a "replace" filter to
double quote all apostrophes in the input fields. However, when I
update the recordset later in the program (which may include "new"
user-provided text with apostrophes), I do not need to use the filter.
In fact, the double quotes show up in the record.
Why?