> I have read through the DBI docs and DBD::mysql docs a couple times and > think I have a grasp of this whole deal but thought I would see what the > gurus have to say on the matter. For reference I am at Perl 5.8.1, DBI > 1.38, DBD::mysql 2.9002, mysql 3.23.56. I normally handle my own errors > rather than using RaiseError and have AutoCommit set to the default. To > prevent having to rewrite a bunch of other code at the moment my goal is > to leave it that way and "just do the right thing" where I need > transaction support. My code model (pseudo) at this point looks like: >
Suppose it helps if I remember that MySQL 3.23 doesn't support transactions.... grrrr.... thanks, http://danconia.org
