Hi everyone!,
I'm working with new module for CMS MS and I need last_insert_id with ADOdb in install action in module... How can i achieve that???
My db is mysql 5.xx
How can I get last_insert_id
Re: How can I get last_insert_id
here you are
Code: Select all
$lastinsertid = $db->Insert_ID();