Insert Query with ASP
Hello-
I get the follwoing error:
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'Primary = 'Y', Address = '148 N. Akers St. Visalia, CA', Build_
I have the replace function replacing the characters however still get this, any ideas?
Address = Replace(Request.Form("Address"), "'", "''")
|