- or download this
UPDATE table SET business = ? ..
^^^^^ this should be the table name users
- or download this
or die "Error Preparing:\n" . $stmt . "\nDBI returned: \n", $dbh->errs
+tr;
..
or die "Unable to execute query: " . $sth->errstr;
- or download this
sub update_insert_Record {
...
$sth->execute(@values);
}
}