I got this parameter:
$objDbCmd.Parameters.Add(\"@telephone\", [System.Data.SqlDbType]::VarChar, 18) | Out-Null; $objDbCmd.Parameters[\"@telephone\"].Value =
Always append +"" at the end of db values...
$command.Parameters["@EmployeeType"].Value= $ADResult.EmployeeType + ""