E
Eddie
Hi,
I working with vb.net and a Microsoft Access Database. I
am tring to input a single quote ' into a table (query
below). However, I am recieving an error. How would I go
about performing such a task?
INSERT INTO list (name, value) VALUES ('Sam', 'Sam's Car')
Thanks in advance.
Eddie
I working with vb.net and a Microsoft Access Database. I
am tring to input a single quote ' into a table (query
below). However, I am recieving an error. How would I go
about performing such a task?
INSERT INTO list (name, value) VALUES ('Sam', 'Sam's Car')
Thanks in advance.
Eddie