HiI have this command :Exec 'update .... insert ..... delete ..... insert ...'I Execute these command in one execution. exec ('...')Are these commands act as a transaction ?If one of them create error , another commands run or rull backed?(I test : If all right , All run without problem. If one of them raise error , nothing run)is this right for all conditions?
↧