This works to update the database as long as there are no ' (Apostrophes) in the fields. Can anybody recomend a solution to this problem?
<%
Dim ID, status, results, tester, notes, timestamp, arr_ids
ID= Request.Form("ID")
Dim Conn, Rs, sql, sql_update
Set Conn =...