hi,

i have an application which stores string that contain the character <'>.
this is also the delimiter of an value in a insert statement. so how can
i add a string which contains a ' in a access database?

example:
insert <R'w>:
INSERT INTO table1 (header1, header2) VALUES ('abc', 'R'w')

any hint?

best regards,
jh