Re: @@identity

2003-06-18 Thread Eric Calvert
ique. It's much better to get the last_insert_id() from a query. -- Eric Calvert kyconnection.com, inc. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: How Many

2003-04-02 Thread Eric Calvert
(record_available(id)) { if (update_record_lock(id)) { retval = TRUE; } } unlocktable(table); } return(retval); } Or, you could build the retries and sleep into the locktable() function and only have it return tr