Le 1 janv. 04, à 22:37, Mike Nolan a écrit :
> That will not necessarily tell you the last insertion, depending
> upon how many other users there are doing inserts.
>
> For that matter, I'm not sure that the MySQL method works with multiple
> users either.
>
Exactly. MySQl GetLastInsertI works the same way. But this way is
sufficient
for my needs. It works like I expected. Thank you all.
Stéphane