MySQL Forums
Forum List  »  PHP

Select data just after insert
Posted by: Sophokles Zafeiris
Date: April 13, 2013 07:36AM

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

Options: ReplyQuote


Subject
Written By
Posted
Select data just after insert
April 13, 2013 07:36AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.