| 
 
  7.71.46 odbc_rollback()Annule une transaction[ Exemples avec odbc_rollback ]   PHP 3>= 3.0.6, PHP 4  
int
 odbc_rollback (
resource
 
connection_id
 )
odbc_rollback
  annule toutes les transactions sur
     la connexion  
connection_id
 .
      
odbc_rollback
  retourne  
TRUE
  en
     cas de succès, et  
FALSE
  en cas d'échec.
     
 |