Hi all,
I' m developing a php /mysql application.
I need to run a select query on a table just after an insert to the same table.
The reason is that the business owner wants to have the user to able to create a record in the table and see almost immideately the refreshed data in a select form object.
My problem is that the applicaion one time works and the other it does not.
I was using INNODB tables and i tried to convert them to MyISAM but with no result (i used an alter stetement)
Does anyone has an idea on my problem?
Thnka in advance
I' m developing a php /mysql application.
I need to run a select query on a table just after an insert to the same table.
The reason is that the business owner wants to have the user to able to create a record in the table and see almost immideately the refreshed data in a select form object.
My problem is that the applicaion one time works and the other it does not.
I was using INNODB tables and i tried to convert them to MyISAM but with no result (i used an alter stetement)
Does anyone has an idea on my problem?
Thnka in advance