Using Prepared Statements: Is it possible to have multiple insert statements with commit() and rollback()?
I know how to do this Procedural Style, but haven't seen any examples of an OOP Style using Prepared Statements. Is it possible?
An example, or a link to an example would be nice :rolleyes: