essele wrote: > > (2) I have turned off AutoCommit in the Schema.pm module, I don't like > doing this since I don't fully understand the implications, but it > seems to work ok and resolves a "commit not valid with autocommit is > on" type error.
This is a knee-jerk reaction to that (I've not thought about it extensively). If you turn off AutoCommit for code that doesn't manually create transactions and commit them you are likely to run into problems. R. _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
