Hi 
 
I am using innodb tables to implement transactions on my system 
 
here is the pseudo code:
SET AUTOCOMMIT = 0
BEGIN
if(erro){
 ROLLBACK
} else {
 
 COMMIT
}
 
When i do commit a transaction and list the data im my web aplication the 
records are not acurate .
 
How can i get the rigth data ? 
 
I search on documentation and find somthing like read comited how can make a 
select using read commited if ths clause is not on the select sintax?
 
Tnak´s in advance

                
---------------------------------
Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador do Yahoo! 
agora.

Reply via email to