in reply to Re: Getting null value from last_insert_id()
in thread Getting null value from last_insert_id()

Hi, I got the solution for this problem. Only thing that we need to do is install DBD::mysql module. last_insert_id function does not work if this module is not installed. I am wondering while installing DBI it does not ask to install DBD::my +sql .