This update statement does not have any errors, but the last field does not update the field in the database. I have response.write the statement and the data is correct. It is an update statement without a where clause. Here is the statement
sqlUpdate = "Update site_config SET " _
& "letterSubject = '" & strSubject & "'," _
& "txtHeader = '" & strtxtHeader & "'," _
& "htmlHeader = '" & strhtmlHeader & "';"
Can anyone help?
sqlUpdate = "Update site_config SET " _
& "letterSubject = '" & strSubject & "'," _
& "txtHeader = '" & strtxtHeader & "'," _
& "htmlHeader = '" & strhtmlHeader & "';"
Can anyone help?