G
Guest
Hi,
in my application I add personal information about customers to a database
by sending a SQL string. Now, sometimes there are customers with names that
contain an apostrophe (like D'Artienne, etc.). Now, when I create a SQL
string with such an apostrophe it gets malformatted (like: "insert into
table1 (Firstname) values ('D'Artienne')" ). So, is there any way to insert a
name that contains an apostrophe into a table by SQL?
Thanks a lot
peter
in my application I add personal information about customers to a database
by sending a SQL string. Now, sometimes there are customers with names that
contain an apostrophe (like D'Artienne, etc.). Now, when I create a SQL
string with such an apostrophe it gets malformatted (like: "insert into
table1 (Firstname) values ('D'Artienne')" ). So, is there any way to insert a
name that contains an apostrophe into a table by SQL?
Thanks a lot
peter