Mailinglisten-Archive |
> Wie kann ich die AUTO INCREMENT VALUE
> nach einem INSERT holen?.
mit insertid, darin wird der neue AUTO INCREMENT Wert gespeichert,
ist aber _nur_ bei mySQL so:
$new_id = $sth-> { insertid }
alternativ: $dbh->{'mysql_insertid'}
steht aber alles im Manual, S. 353, 354
/nick
______________________________________
nick sutterer icq# 23501000
cb&h fraqman_(at)_gmx.net
the computer helps us solving problems
which we wouldn't have without it.
php::bar PHP Wiki - Listenarchive