if ((!$objColumn->Identity) &&
                !($objColumn->Timestamp && !$objColumn->AutoUpdate)) { // If the timestamp column is updated by the sql database, then don't do an insert on that column (AutoUpdate here actually means we manually update it in PHP)
            if ($strCols) $strCols .= ",\n";
            if ($strValues) $strValues .= ",\n";
            if ($strColUpdates) $strColUpdates .= ",\n";