hi,

thanks to Rory for his suggestion.
sure "mysql_insert_id()" could help. but I was looking for some trick for
accessing the result of that function without having to deal to
"mysql_connect()" again.
and i found it: PEAR::DB::getOnce("SELECT LAST_INSERT_ID()");
doesn't work perfectly but is ok.

cheers

alessandro

-----Messaggio originale-----
Da: Rory McKinley [mailto:[EMAIL PROTECTED]
Inviato: giovedi 15 gennaio 2004 8.06
A: Alessandro Vitale; [EMAIL PROTECTED]
Oggetto: Re: [PHP][PEAR] PEAR::DB_Common::nextId()


On 14 Jan 2004 at 18:12, Alessandro Vitale wrote:

> I would like to get the last insert id... anyone has some experience in
> using the PEAR::DB_Common::nextId() ?
>
> any suggestion would be very much appreciated.
>
> alessandro
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
Hi Alessandro

Will mysql_insert_id() not help?

Rory McKinley
Nebula Solutions
+27 82 857 2391
[EMAIL PROTECTED]
"There are 10 kinds of people in this world,
those who understand binary and those who don't" (Unknown)

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to