my $sqlString = "INSERT INTO attribute VALUES (?, ?, ?)"; $dbh->prepare($sqlString); $dbh->execute($serverId, $featureID, $value);