Mehdi Achour wrote:
Friedhelm Betz wrote:

Hi,

these funcs are considered deprecated and suggested to use proper SQL syntax instead.
>> [...]
Probably some more?


What about :
[...]
mysql_insert_id    SELECT LAST_INSERT_ID();

without mysql_insert_id() it would take three calls (query, fetch, free) instead of one for this rather common operation so IMHO it deserves its existance even in spite of the existance of a 'pure' SQL level alternative

--
Hartmut Holzgraefe  <[EMAIL PROTECTED]>

Reply via email to