MySQL Transaction vs MySQL PDO

Please what is the effect of switching from Transaction to PDO?

My app was developed with Transaction and it has a lot of sc_begin_trans and sc_commit/ uses the INNODB engine.

Thanks

Good Question!:slight_smile:

It’s the driver in the connection and the objects that internally use SC.
If you use for example a blank, and you want to use pure PHP code thath is outside SC macros, then driver is important. If you develop with SC macros, then it doesn’t matter too much.