Re: @@identity
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
(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