phpbar.de logo

Mailinglisten-Archive

AW: [PHP] SQL auto increment prob

AW: [PHP] SQL auto increment prob

Michael Wallner php_(at)_phpcenter.de
Fri, 26 Jul 2002 10:54:29 +0200


Wolfgang Hauck schrieb:

>>INSERT INTO tablelle1 ...
>>SELECT max(id) FROM tabelle1
>>INSERT INTO tabelle2 ...
> 
> 
> Hi Michael,
> 
> Dies ist in einer Multiuserumgebung aber nicht unbedingt sicher wenn mehrere
> Leute gleichzeitig in die Tabelle schreiben.
> 

ok,...

LOCK TABLE tabelle1
INSERT INTO tablelle1 ...
SELECT max(id) FROM tabelle1
UNLOCK TABLES
INSERT INTO tabelle2 ...

Michael


php::bar PHP Wiki   -   Listenarchive