Databases: dbStringIt Dennis Kaplan (contact me)
This class can be used to generate SQL statements to update database table records from submitted form field values.
It takes an array of posted form request values and combines the values to generate a string that can be used in an SQL UPDATE statement to update the fields of records with the same names of form fields.