$dbh->do("INSERT INTO table (id, name) values (?, ?)", undef, $id, $name);