Hi,
Bear with my imprecise description, I am a designer hacking through this!
I have an asp page that is pulling data from a SQL database, and when the submit button is hit and there is a single quote " ' " in the content I am trying to insert I get a syntax error.
How can I stop these single quotes from truncating my data on insertion into the database??
I really appreciate any advice (as will my client
Bear with my imprecise description, I am a designer hacking through this!
I have an asp page that is pulling data from a SQL database, and when the submit button is hit and there is a single quote " ' " in the content I am trying to insert I get a syntax error.
How can I stop these single quotes from truncating my data on insertion into the database??
I really appreciate any advice (as will my client