Thursday, 29 August 2013

Update specific record after multiple insert - possibly using last_insert_id()

Update specific record after multiple insert - possibly using
last_insert_id()

References

Reference NO 1

http://stackoverflow.com/questions/15193573/update-specific-record-after-multiple-insert-possibly-using-last-insert-id

Reference NO 2

http://stackoverflow.com/questions/16540997/get-all-inserted-ids-when-inserting-multiple-rows-using-a-single-query

Reference NO 3

http://php.net/manual/en/function.mysql-insert-id.php

Reference NO 4

http://dev.mysql.com/doc/refman/5.0/en/information-functions.html

Reference NO 5

http://mikefenwick.com/blog/insert-into-database-or-return-id-of-duplicate-row-in-mysql/

Reference NO 6

http://dba.stackexchange.com/questions/21181/is-mysqls-last-insert-id-function-guaranteed-to-be-correct

Reference NO 7

http://www.lampbrother.net/handbooks/PHP/function.mysql-insert-id.html

Reference NO 8

http://souptonuts.sourceforge.net/readme_mysql.htm

No comments:

Post a Comment