-3
Hello, I need valuable information that I do not know how to justify could help me in the following scenario?
PHP: When executing the SQL(UPDATE) statement by PHP and returning to the list of products I just updated and clicking again on the same product gets the old value example: DISABLED, if I return again the list the product is shown as active. (being updated after a second time);
T-SQL: Already if I am on the screen and run the UPDATE directly by SGBD, and return to the list of products and click again on the product will show that it is ACTIVE as I wish.
Note the list: Product list and product screen are in an Iframe and do not store cache as well.
Hugs,